aboutsummaryrefslogtreecommitdiff
path: root/engines/xeen/combat.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/xeen/combat.h')
-rw-r--r--engines/xeen/combat.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/xeen/combat.h b/engines/xeen/combat.h
index 550b39fd2e..c2554d5bf9 100644
--- a/engines/xeen/combat.h
+++ b/engines/xeen/combat.h
@@ -58,6 +58,7 @@ public:
int _elemPow[12];
int _elemScale[12];
bool _shooting[8];
+ int _globalCombat;
public:
Combat(XeenEngine *vm);