diff options
author | Perttu Ahola <celeron55@gmail.com> | 2011-07-23 20:01:06 +0300 |
---|---|---|
committer | Perttu Ahola <celeron55@gmail.com> | 2011-07-23 20:01:06 +0300 |
commit | 501034a792d08263bcab22fe0b50271192b2fe0f (patch) | |
tree | 6714af14d7aa6c7042e93d6063ad6fbd39cd3a32 /src/mapnode.h | |
parent | 96fedb5cb0916305de0ea045bbe41df490d8de26 (diff) | |
parent | d67cef0eb76c4c35cebb4c8f35d62f90c573b198 (diff) | |
download | minetest-501034a792d08263bcab22fe0b50271192b2fe0f.tar.gz minetest-501034a792d08263bcab22fe0b50271192b2fe0f.tar.bz2 minetest-501034a792d08263bcab22fe0b50271192b2fe0f.zip |
merged jungle and bluish shadows
Diffstat (limited to 'src/mapnode.h')
-rw-r--r-- | src/mapnode.h | 3 |
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; |