diff options
| author | Japa | 2011-02-27 18:25:16 +0000 |
|---|---|---|
| committer | Japa | 2011-02-27 18:25:16 +0000 |
| commit | c7054ff4be0177fd32bd5283055463b6b800ef9c (patch) | |
| tree | 00b7ed07e00a2aedc4100973f5aacbf5832290b9 /Block.h | |
| parent | 663aa547439c9c2dc977bb3601d91f11e176b83a (diff) | |
| download | stonesense-c7054ff4be0177fd32bd5283055463b6b800ef9c.tar.gz stonesense-c7054ff4be0177fd32bd5283055463b6b800ef9c.tar.bz2 stonesense-c7054ff4be0177fd32bd5283055463b6b800ef9c.tar.xz | |
Made the tops of the trees not get shaded when the bottoms aren't.
Diffstat (limited to 'Block.h')
| -rw-r--r-- | Block.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -94,6 +94,7 @@ public: vector<c_sprite> sprites;
uint32_t index;
uint32_t custom_building_type;
+ Block * parent;
} building;
bool IsVisible(){
|
