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.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();