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 /SpriteObjects.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 'SpriteObjects.h')
| -rw-r--r-- | SpriteObjects.h | 4 |
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);
|
