Home
last modified time | relevance | path

Searched refs:hpflashb (Results 1 – 2 of 2) sorted by relevance

/dports/games/scummvm/scummvm-2.5.1/engines/griffon/
H A Dengine.cpp57 hpflashb = 0; in reset()
267 _player.hpflashb = _player.hpflashb + 1; in updateEngine()
268 if (_player.hpflashb == 2) in updateEngine()
269 _player.hpflashb = 0; in updateEngine()
270 if (config.effects && _player.hpflashb == 0 && _player.hp < _player.maxHp / 4) { in updateEngine()
H A Dgriffon.h162 int hpflashb; member