Home
last modified time | relevance | path

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

/dports/games/scummvm/scummvm-2.5.1/engines/griffon/
H A Dgriffon.h229 int cattackframe; member
H A Dlogic.cpp1001 _npcInfo[i].cattackframe = (int)(_npcInfo[i].attackframe); in updateNPCs()
1052 _npcInfo[i].cattackframe = (int)(_npcInfo[i].attackframe); in updateNPCs()
1104 _npcInfo[i].cattackframe = (int)(_npcInfo[i].attackframe); in updateNPCs()
1157 _npcInfo[i].cattackframe = (int)(_npcInfo[i].attackframe); in updateNPCs()
1187 _npcInfo[i].cattackframe = (int)(_npcInfo[i].attackframe); in updateNPCs()
1216 _npcInfo[i].cattackframe = (int)(_npcInfo[i].attackframe); in updateNPCs()
H A Ddraw.cpp481 int cframe = _npcInfo[i].cattackframe; in drawNPCs()
735 int cframe = _npcInfo[i].cattackframe; in drawNPCs()
863 int cframe = (int)(_npcInfo[i].cattackframe); in drawNPCs()
H A Dresources.cpp674 _npcInfo[i].cattackframe = 0; in loadMap()