summaryrefslogtreecommitdiff
path: root/Block.h
diff options
context:
space:
mode:
authorJapa2010-08-31 15:44:46 +0000
committerJapa2010-08-31 15:44:46 +0000
commitfce2e4c3304db3ac29046c769b54ea0f219f3321 (patch)
tree9d2a5f1ad63b665eff6e4f5a0b007cdb1ae7d009 /Block.h
parentf9cee067c9d5d1a636dbd38a29fcfbda06d60276 (diff)
downloadstonesense-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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Block.h b/Block.h
index a10b194..4878f6d 100644
--- a/Block.h
+++ b/Block.h
@@ -33,6 +33,8 @@ public:
uint8_t floorborders;
uint8_t openborders;
uint8_t rampborders;
+ uint8_t upstairborders;
+ uint8_t downstairborders;
bool creaturePresent;
bool buildingPresent;