summaryrefslogtreecommitdiff
path: root/Block.h
diff options
context:
space:
mode:
authorJapa2011-02-27 18:25:16 +0000
committerJapa2011-02-27 18:25:16 +0000
commitc7054ff4be0177fd32bd5283055463b6b800ef9c (patch)
tree00b7ed07e00a2aedc4100973f5aacbf5832290b9 /Block.h
parent663aa547439c9c2dc977bb3601d91f11e176b83a (diff)
downloadstonesense-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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Block.h b/Block.h
index 269cc85..fa3923f 100644
--- a/Block.h
+++ b/Block.h
@@ -94,6 +94,7 @@ public:
vector<c_sprite> sprites;
uint32_t index;
uint32_t custom_building_type;
+ Block * parent;
} building;
bool IsVisible(){