Home
last modified time | relevance | path

Searched refs:kMonsterFinalBoss (Results 1 – 4 of 4) sorted by relevance

/dports/games/scummvm/scummvm-2.5.1/engines/griffon/
H A Dlogic.cpp313 if (_npcInfo[i].spriteset == kMonsterFinalBoss) in updateNPCs()
323 if (_npcInfo[i].spriteset == kMonsterFinalBoss) in updateNPCs()
335 if (_npcInfo[i].spriteset == kMonsterFinalBoss) in updateNPCs()
349 if (_npcInfo[i].spriteset == kMonsterFinalBoss) in updateNPCs()
358 if (_npcInfo[i].spriteset == kMonsterFinalBoss) in updateNPCs()
370 if (_npcInfo[i].spriteset == kMonsterFinalBoss) in updateNPCs()
384 if (_npcInfo[i].spriteset == kMonsterFinalBoss) in updateNPCs()
393 if (_npcInfo[i].spriteset == kMonsterFinalBoss) in updateNPCs()
405 if (_npcInfo[i].spriteset == kMonsterFinalBoss) in updateNPCs()
419 if (_npcInfo[i].spriteset == kMonsterFinalBoss) in updateNPCs()
[all …]
H A Dgriffon.h129 kMonsterFinalBoss = 11, // final boss enumerator
H A Dresources.cpp642 if (_npcInfo[i].spriteset == kMonsterFinalBoss) { in loadMap()
H A Ddraw.cpp752 if (_npcInfo[i].spriteset == kMonsterFinalBoss) { in drawNPCs()