diff options
Diffstat (limited to 'engines/xeen/combat.h')
-rw-r--r-- | engines/xeen/combat.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/xeen/combat.h b/engines/xeen/combat.h index 3360bbdddf..24a358716f 100644 --- a/engines/xeen/combat.h +++ b/engines/xeen/combat.h @@ -38,6 +38,7 @@ public: int _monsterScale[12]; int _elemPow[12]; int _elemScale[12]; + bool _shooting[6]; int _attackMon1, _attackMon2, _attackMon3; public: Combat(XeenEngine *vm); |