aboutsummaryrefslogtreecommitdiff
path: root/engines/xeen/combat.h
diff options
context:
space:
mode:
authorPaul Gilbert2015-02-25 22:03:57 -0500
committerPaul Gilbert2015-02-25 22:03:57 -0500
commit4191335dfabc0baff9459a61e5453dad6270582f (patch)
tree3a1d136c9c93bbc168e5995cdab822823c7d73e1 /engines/xeen/combat.h
parentb4c8c81a83eb95467def7de0e2c5d4c0d931d541 (diff)
downloadscummvm-rg350-4191335dfabc0baff9459a61e5453dad6270582f.tar.gz
scummvm-rg350-4191335dfabc0baff9459a61e5453dad6270582f.tar.bz2
scummvm-rg350-4191335dfabc0baff9459a61e5453dad6270582f.zip
XEEN: Method rename and compilation warning fixes
Diffstat (limited to 'engines/xeen/combat.h')
-rw-r--r--engines/xeen/combat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/xeen/combat.h b/engines/xeen/combat.h
index d4cb87ea39..4783819c70 100644
--- a/engines/xeen/combat.h
+++ b/engines/xeen/combat.h
@@ -158,7 +158,7 @@ public:
void moveMonster(int monsterId, const Common::Point &moveDelta);
- void attackMonster(int monsterId);
+ void doMonsterTurn(int monsterId);
void endAttack();