summaryrefslogtreecommitdiff
path: root/SpriteObjects.h
diff options
context:
space:
mode:
authorJapa2010-08-31 15:44:46 +0000
committerJapa2010-08-31 15:44:46 +0000
commitfce2e4c3304db3ac29046c769b54ea0f219f3321 (patch)
tree9d2a5f1ad63b665eff6e4f5a0b007cdb1ae7d009 /SpriteObjects.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 'SpriteObjects.h')
-rw-r--r--SpriteObjects.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/SpriteObjects.h b/SpriteObjects.h
index 02626e7..b1a860d 100644
--- a/SpriteObjects.h
+++ b/SpriteObjects.h
@@ -56,10 +56,14 @@ private:
uint8_t wallborders;
uint8_t floorborders;
uint8_t rampborders;
+ uint8_t upstairborders;
+ uint8_t downstairborders;
uint8_t notopenborders;
uint8_t notwallborders;
uint8_t notfloorborders;
uint8_t notrampborders;
+ uint8_t notupstairborders;
+ uint8_t notdownstairborders;
public:
c_sprite(void);
~c_sprite(void);