Home
last modified time | relevance | path

Searched defs:spCost (Results 1 – 4 of 4) sorted by relevance

/dports/games/libretro-scummvm/scummvm-7b1e929/engines/xeen/dialogs/
H A Ddialogs_spells.cpp387 int spCost = spells.calcSpellPoints(spellId, currLevel); in setSpellText() local
481 int spCost = spells.calcSpellPoints(spellId, c->getCurrentLevel()); in execute() local
/dports/games/scummvm/scummvm-2.5.1/engines/xeen/dialogs/
H A Ddialogs_spells.cpp394 int spCost = spells.calcSpellPoints(spellId, currLevel); in setSpellText() local
488 int spCost = spells.calcSpellPoints(spellId, c->getCurrentLevel()); in execute() local
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/xeen/
H A Dspells.cpp216 int spCost = Res.SPELL_COSTS[spellId]; in subSpellCost() local
238 int spCost = Res.SPELL_COSTS[spellId]; in addSpellCost() local
/dports/games/scummvm/scummvm-2.5.1/engines/xeen/
H A Dspells.cpp224 int spCost = Res.SPELL_COSTS[spellId]; in subSpellCost() local
246 int spCost = Res.SPELL_COSTS[spellId]; in addSpellCost() local