summaryrefslogtreecommitdiff
path: root/Block.h
diff options
context:
space:
mode:
authorJapa2011-02-25 04:04:22 +0000
committerJapa2011-02-25 04:04:22 +0000
commita09db4ce3b65f033257ed8b2c819358d7e7f9e28 (patch)
tree61831f82c8efec825291b3d3e1dbe71c5bfa90e1 /Block.h
parent82e9e689d9b205286b5088d2407a3a014e7aeb99 (diff)
downloadstonesense-a09db4ce3b65f033257ed8b2c819358d7e7f9e28.tar.gz
stonesense-a09db4ce3b65f033257ed8b2c819358d7e7f9e28.tar.bz2
stonesense-a09db4ce3b65f033257ed8b2c819358d7e7f9e28.tar.xz
Got custom workshops to, well... work.
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 0cc6a60..269cc85 100644
--- a/Block.h
+++ b/Block.h
@@ -93,6 +93,7 @@ public:
t_building info;
vector<c_sprite> sprites;
uint32_t index;
+ uint32_t custom_building_type;
} building;
bool IsVisible(){