aboutsummaryrefslogtreecommitdiff
path: root/engines/xeen/combat.h
diff options
context:
space:
mode:
authorPaul Gilbert2015-01-15 20:39:52 -0500
committerPaul Gilbert2015-01-15 20:39:52 -0500
commitce3cb6f1dbc32ca682279a9021cbbc8da1a1f30a (patch)
treebe8f079be7c22be42eab3d0714d313f0190e8532 /engines/xeen/combat.h
parent3e7163769d1a28721dc000a9ef0a142731705ad4 (diff)
downloadscummvm-rg350-ce3cb6f1dbc32ca682279a9021cbbc8da1a1f30a.tar.gz
scummvm-rg350-ce3cb6f1dbc32ca682279a9021cbbc8da1a1f30a.tar.bz2
scummvm-rg350-ce3cb6f1dbc32ca682279a9021cbbc8da1a1f30a.zip
XEEN: Finished setIndoorsMonsters
Diffstat (limited to 'engines/xeen/combat.h')
-rw-r--r--engines/xeen/combat.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/xeen/combat.h b/engines/xeen/combat.h
index 4ead4047cf..c64741b59e 100644
--- a/engines/xeen/combat.h
+++ b/engines/xeen/combat.h
@@ -40,7 +40,6 @@ public:
int _elemPow[12];
int _elemScale[12];
bool _shooting[6];
- int &_attackMon1, _attackMon2, _attackMon3;
public:
Combat(XeenEngine *vm);