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 3b7ef5878..956de6852 100644
--- a/src/mapnode.h
+++ b/src/mapnode.h
@@ -115,7 +115,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;