Home
last modified time | relevance | path

Searched refs:kMonsterTwoWing (Results 1 – 5 of 5) sorted by relevance

/dports/games/scummvm/scummvm-2.5.1/engines/griffon/
H A Dgriffon.h127 kMonsterTwoWing = 9, // two wing enumerator
H A Dcombat.cpp617 … (_npcInfo[npcnum].spriteset == kMonsterOneWing || _npcInfo[npcnum].spriteset == kMonsterTwoWing || in damageNPC()
632 …if (_npcInfo[npcnum].spriteset == kMonsterTwoWing || _npcInfo[npcnum].spriteset == kMonsterDragon2… in damageNPC()
H A Dresources.cpp615 if (_npcInfo[i].spriteset == kMonsterTwoWing) { in loadMap()
678 if (_npcInfo[i].spriteset == kMonsterOneWing || _npcInfo[i].spriteset == kMonsterTwoWing) { in loadMap()
H A Dlogic.cpp842 if (_npcInfo[i].spriteset == kMonsterTwoWing) { in updateNPCs()
1128 if (_npcInfo[i].spriteset == kMonsterTwoWing) { in updateNPCs()
H A Ddraw.cpp516 if (_npcInfo[i].spriteset == kMonsterTwoWing) { in drawNPCs()