summaryrefslogtreecommitdiff
path: root/src/nodedef.h
diff options
context:
space:
mode:
authorRealBadAngel <mk@realbadangel.pl>2013-12-03 17:21:40 +0100
committerPilzAdam <pilzadam@minetest.net>2013-12-03 18:55:25 +0100
commit2330267d2207208799ad347ea0d129c0b4551d61 (patch)
treea4418b0c9fe42ee7944f0531c76f353069735615 /src/nodedef.h
parent60113bde74784f4a0125ffa005e9404fbd5cb5b1 (diff)
downloadminetest-2330267d2207208799ad347ea0d129c0b4551d61.tar.gz
minetest-2330267d2207208799ad347ea0d129c0b4551d61.tar.bz2
minetest-2330267d2207208799ad347ea0d129c0b4551d61.zip
Shaders rework.
Diffstat (limited to 'src/nodedef.h')
-rw-r--r--src/nodedef.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/nodedef.h b/src/nodedef.h
index c0322d919..d4cd66f80 100644
--- a/src/nodedef.h
+++ b/src/nodedef.h
@@ -234,6 +234,8 @@ struct ContentFeatures
u32 damage_per_second;
NodeBox node_box;
NodeBox selection_box;
+ // Used for waving leaves/plants
+ u8 waving;
// Compatibility with old maps
// Set to true if paramtype used to be 'facedir_simple'
bool legacy_facedir_simple;