summaryrefslogtreecommitdiff
path: root/src/mapnode.h
diff options
context:
space:
mode:
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;