aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/eob2.cpp
diff options
context:
space:
mode:
authorathrxx2011-07-21 00:28:57 +0200
committerJohannes Schickel2011-12-26 16:18:13 +0100
commitc302b3e43b1d8cfe1eae669e01d3a0775d1f7b51 (patch)
tree0d718255a0cddb81f6bd0803f6f9479d6bc9722c /engines/kyra/eob2.cpp
parent9140fd8e91882250e23e2e4b44bf3088f3da827a (diff)
downloadscummvm-rg350-c302b3e43b1d8cfe1eae669e01d3a0775d1f7b51.tar.gz
scummvm-rg350-c302b3e43b1d8cfe1eae669e01d3a0775d1f7b51.tar.bz2
scummvm-rg350-c302b3e43b1d8cfe1eae669e01d3a0775d1f7b51.zip
KYRA: (EOB) - fix various bugs and implement some spells
Diffstat (limited to 'engines/kyra/eob2.cpp')
-rw-r--r--engines/kyra/eob2.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/kyra/eob2.cpp b/engines/kyra/eob2.cpp
index 8f3a10c374..1931572cd2 100644
--- a/engines/kyra/eob2.cpp
+++ b/engines/kyra/eob2.cpp
@@ -272,7 +272,7 @@ void DarkMoonEngine::replaceMonster(int unit, uint16 block, int pos, int dir, in
}
bool DarkMoonEngine::killMonsterExtra(EobMonsterInPlay *m) {
- if (_currentLevel == 16 && _currentSub == 1 && (_monsterProps[m->type].flags & 4)) {
+ if (_currentLevel == 16 && _currentSub == 1 && (_monsterProps[m->type].capsFlags & 4)) {
if (m->type) {
_playFinale = true;
_runFlag = false;