diff options
Diffstat (limited to 'engines/kyra/eob2.cpp')
| -rw-r--r-- | engines/kyra/eob2.cpp | 2 |
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; |
