diff options
| author | Japa | 2010-08-31 15:44:46 +0000 |
|---|---|---|
| committer | Japa | 2010-08-31 15:44:46 +0000 |
| commit | fce2e4c3304db3ac29046c769b54ea0f219f3321 (patch) | |
| tree | 9d2a5f1ad63b665eff6e4f5a0b007cdb1ae7d009 /Block.h | |
| parent | f9cee067c9d5d1a636dbd38a29fcfbda06d60276 (diff) | |
| download | stonesense-fce2e4c3304db3ac29046c769b54ea0f219f3321.tar.gz stonesense-fce2e4c3304db3ac29046c769b54ea0f219f3321.tar.bz2 stonesense-fce2e4c3304db3ac29046c769b54ea0f219f3321.tar.xz | |
Updated DFhack yet again, and added a few more sprite features.
Diffstat (limited to 'Block.h')
| -rw-r--r-- | Block.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -33,6 +33,8 @@ public: uint8_t floorborders;
uint8_t openborders;
uint8_t rampborders;
+ uint8_t upstairborders;
+ uint8_t downstairborders;
bool creaturePresent;
bool buildingPresent;
|
