summaryrefslogtreecommitdiff
path: root/Block.h
diff options
context:
space:
mode:
authorJapa2010-04-11 04:33:44 +0000
committerJapa2010-04-11 04:33:44 +0000
commitffcba85018dd24abdb4dbeb027f20dfe98e06319 (patch)
tree7065b44fe5c2e84785f046161859bb7ba11ff951 /Block.h
parentd152bfaf28ae7653e008a6763c2abb97c949c142 (diff)
downloadstonesense-ffcba85018dd24abdb4dbeb027f20dfe98e06319.tar.gz
stonesense-ffcba85018dd24abdb4dbeb027f20dfe98e06319.tar.bz2
stonesense-ffcba85018dd24abdb4dbeb027f20dfe98e06319.tar.xz
creatures now work, and buildings show, but professions and building types don't load.
Diffstat (limited to 'Block.h')
-rw-r--r--Block.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Block.h b/Block.h
index 4394e9e..7896000 100644
--- a/Block.h
+++ b/Block.h
@@ -28,6 +28,8 @@ public:
bool depthBorderWest;
int shadow;
+ bool creaturePresent;
+ bool buildingPresent;
t_matglossPair ramp;
t_matglossPair water;
t_designation designation;