diff options
Diffstat (limited to 'engines/avalanche/shootemup.h')
-rw-r--r-- | engines/avalanche/shootemup.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/avalanche/shootemup.h b/engines/avalanche/shootemup.h index 9162282e65..9e9747bc8e 100644 --- a/engines/avalanche/shootemup.h +++ b/engines/avalanche/shootemup.h @@ -92,6 +92,7 @@ private: bool _cp; byte _wasFacing; byte _escapeStock; + bool _gotOut; bool overlap(uint16 a1x, uint16 a1y, uint16 a2x, uint16 a2y, uint16 b1x, uint16 b1y, uint16 b2x, uint16 b2y); byte getStockNumber(byte index); |