Home
last modified time | relevance | path

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

/dports/games/libretro-scummvm/scummvm-7b1e929/engines/kyra/sound/
H A Dsound_towns_darkmoon.cpp42 _timerSwitch = 0; in SoundTowns_Darkmoon()
79 _timerSwitch = (_timerSwitch + 1) % 4; in timerCallback()
80 if (!_timerSwitch) in timerCallback()
284 _timerSwitch = 0; in resetTrigger()
H A Dsound_intern.h403 int _timerSwitch; variable
/dports/games/scummvm/scummvm-2.5.1/engines/kyra/sound/
H A Dsound_towns_darkmoon.cpp42 _timerSwitch = 0; in SoundTowns_Darkmoon()
79 _timerSwitch = (_timerSwitch + 1) % 4; in timerCallback()
80 if (!_timerSwitch) in timerCallback()
284 _timerSwitch = 0; in resetTrigger()
H A Dsound_intern.h404 int _timerSwitch; variable