diff options
Diffstat (limited to 'engines/avalanche/shootemup.h')
-rw-r--r-- | engines/avalanche/shootemup.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/avalanche/shootemup.h b/engines/avalanche/shootemup.h index 6dfa3baa1b..b3561aceae 100644 --- a/engines/avalanche/shootemup.h +++ b/engines/avalanche/shootemup.h @@ -59,10 +59,13 @@ private: }; static const byte kStocks; + static const byte kAvvyShoots; static const byte kFacingRight; static const byte kFacingLeft; static const long int kFlag; static const byte kFrameDelayMax; + static const byte kAvvyY; + static const byte kShooting[7]; AvalancheEngine *_vm; @@ -87,6 +90,7 @@ private: bool _escaping; byte _timeThisSecond; bool _cp; + byte _wasFacing; bool overlap(uint16 a1x, uint16 a1y, uint16 a2x, uint16 a2y, uint16 b1x, uint16 b1y, uint16 b2x, uint16 b2y); byte getStockNumber(byte x); |