summaryrefslogtreecommitdiff
path: root/src/mapnode.h
diff options
context:
space:
mode:
authorPerttu Ahola <celeron55@gmail.com>2011-07-23 02:04:24 +0300
committerPerttu Ahola <celeron55@gmail.com>2011-07-23 02:04:24 +0300
commit8993d9dd8321aad1243f4fb7fc55259c3747224f (patch)
tree90ad8e88e5480d5864277d4fca0dd9c6fd159a55 /src/mapnode.h
parentfdf14471c6fd56003ba32943db5c6eee67bd5e60 (diff)
downloadminetest-8993d9dd8321aad1243f4fb7fc55259c3747224f.tar.gz
minetest-8993d9dd8321aad1243f4fb7fc55259c3747224f.tar.bz2
minetest-8993d9dd8321aad1243f4fb7fc55259c3747224f.zip
Jungle biome/whatever thing
Diffstat (limited to 'src/mapnode.h')
-rw-r--r--src/mapnode.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mapnode.h b/src/mapnode.h
index 33128049a..ebca3755a 100644
--- a/src/mapnode.h
+++ b/src/mapnode.h
@@ -119,7 +119,8 @@ struct ContentFeatures
TileSpec tiles[6];
video::ITexture *inventory_texture;
-
+
+ // True for all ground-like things like stone and mud, false for eg. trees
bool is_ground_content;
bool light_propagates;
bool sunlight_propagates;