summaryrefslogtreecommitdiff
path: root/src/nodedef.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nodedef.h')
-rw-r--r--src/nodedef.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/nodedef.h b/src/nodedef.h
index 5aba69c48..0430621e7 100644
--- a/src/nodedef.h
+++ b/src/nodedef.h
@@ -122,6 +122,9 @@ struct ContentFeatures
// Special irrlicht material, used sometimes
video::SMaterial *special_material;
video::SMaterial *special_material2;
+ // Currently used for fetching liquid texture coordinates
+ // - This is also updated to the above two (if they are non-NULL)
+ // when textures are updated
AtlasPointer *special_atlas;
#endif