aboutsummaryrefslogtreecommitdiff
path: root/engines/xeen/map.h
diff options
context:
space:
mode:
authorPaul Gilbert2015-02-20 21:55:40 -0500
committerPaul Gilbert2015-02-20 21:55:40 -0500
commit917b143ec9e7fd9f5c9b28088c2b7f6310c16cee (patch)
tree5ffef2a8c7e2563659a69cc7d90285bc612fbe0c /engines/xeen/map.h
parentebc134a267046d78b1cef125f2a318e497bdf45f (diff)
downloadscummvm-rg350-917b143ec9e7fd9f5c9b28088c2b7f6310c16cee.tar.gz
scummvm-rg350-917b143ec9e7fd9f5c9b28088c2b7f6310c16cee.tar.bz2
scummvm-rg350-917b143ec9e7fd9f5c9b28088c2b7f6310c16cee.zip
XEEN: Implement attack method
Diffstat (limited to 'engines/xeen/map.h')
-rw-r--r--engines/xeen/map.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/xeen/map.h b/engines/xeen/map.h
index 05ead5b974..7faf59fc04 100644
--- a/engines/xeen/map.h
+++ b/engines/xeen/map.h
@@ -245,7 +245,7 @@ struct MazeMonster {
int _id;
int _spriteId;
bool _isAttacking;
- int _field7;
+ int _damageType;
int _field9;
int _fieldA;
int _hp;