Home
last modified time | relevance | path

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

/dports/games/libretro-scummvm/scummvm-7b1e929/engines/xeen/
H A Dcombat.cpp569 _powSprites.load(Common::String::format("pow%d.icn", (int)powNum)); in monstersAttack()
588 outdoorList._attackImgs1[charNum]._sprites = &_powSprites; in monstersAttack()
591 outdoorList._attackImgs2[charNum]._sprites = &_powSprites; in monstersAttack()
594 outdoorList._attackImgs3[charNum]._sprites = &_powSprites; in monstersAttack()
609 indoorList._attackImgs1[charNum]._sprites = &_powSprites; in monstersAttack()
612 indoorList._attackImgs2[charNum]._sprites = &_powSprites; in monstersAttack()
615 indoorList._attackImgs3[charNum]._sprites = &_powSprites; in monstersAttack()
1851 _powSprites.load(Common::String::format("pow%d.icn", (int)powNum)); in rangedAttack()
1877 intf._outdoorList._attackImgs1[idx]._sprites = &_powSprites; in rangedAttack()
1886 intf._indoorList._attackImgs1[idx]._sprites = &_powSprites; in rangedAttack()
H A Dcombat.h156 SpriteResource _powSprites; variable
/dports/games/scummvm/scummvm-2.5.1/engines/xeen/
H A Dcombat.cpp586 _powSprites.load(Common::String::format("pow%d.icn", (int)powNum)); in monstersAttack()
605 outdoorList._attackImgs1[charNum]._sprites = &_powSprites; in monstersAttack()
608 outdoorList._attackImgs2[charNum]._sprites = &_powSprites; in monstersAttack()
611 outdoorList._attackImgs3[charNum]._sprites = &_powSprites; in monstersAttack()
626 indoorList._attackImgs1[charNum]._sprites = &_powSprites; in monstersAttack()
629 indoorList._attackImgs2[charNum]._sprites = &_powSprites; in monstersAttack()
632 indoorList._attackImgs3[charNum]._sprites = &_powSprites; in monstersAttack()
1869 _powSprites.load(Common::String::format("pow%d.icn", (int)powNum)); in rangedAttack()
1895 intf._outdoorList._attackImgs1[idx]._sprites = &_powSprites; in rangedAttack()
1904 intf._indoorList._attackImgs1[idx]._sprites = &_powSprites; in rangedAttack()
H A Dcombat.h156 SpriteResource _powSprites; variable