diff options
| author | Japa | 2010-04-11 04:33:44 +0000 |
|---|---|---|
| committer | Japa | 2010-04-11 04:33:44 +0000 |
| commit | ffcba85018dd24abdb4dbeb027f20dfe98e06319 (patch) | |
| tree | 7065b44fe5c2e84785f046161859bb7ba11ff951 /Block.h | |
| parent | d152bfaf28ae7653e008a6763c2abb97c949c142 (diff) | |
| download | stonesense-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.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -28,6 +28,8 @@ public: bool depthBorderWest;
int shadow;
+ bool creaturePresent;
+ bool buildingPresent;
t_matglossPair ramp;
t_matglossPair water;
t_designation designation;
|
