Home
last modified time | relevance | path

Searched refs:hull_counter (Results 1 – 8 of 8) sorted by relevance

/dports/games/libretro-scummvm/scummvm-7b1e929/engines/scumm/players/
H A Dplayer_v2base.cpp463 channel->d.hull_counter = 0; in execute_cmd()
560 dest_channel->d.hull_counter = 1; in execute_cmd()
617 channel->d.hull_counter = 1; in next_freqs()
624 if (channel->d.hull_counter && !--channel->d.hull_counter) { in next_freqs()
635 channel->d.hull_counter = hull_ptr[1]; in next_freqs()
H A Dplayer_v1.cpp404 _channels[i].hull_counter = 4; in nextPCjrCmd()
407 _channels[i].hull_counter = 1; in nextPCjrCmd()
416 switch (_channels[i].hull_counter) { in nextPCjrCmd()
421 _channels[i].hull_counter++; in nextPCjrCmd()
428 _channels[i].hull_counter++; in nextPCjrCmd()
437 _channels[i].hull_counter++; in nextPCjrCmd()
H A Dplayer_v1.h65 uint hull_counter; member
H A Dplayer_v2base.h53 uint16 hull_counter; // 26 member
/dports/games/scummvm/scummvm-2.5.1/engines/scumm/players/
H A Dplayer_v2base.cpp463 channel->d.hull_counter = 0; in execute_cmd()
563 dest_channel->d.hull_counter = 1; in execute_cmd()
620 channel->d.hull_counter = 1; in next_freqs()
627 if (channel->d.hull_counter && !--channel->d.hull_counter) { in next_freqs()
638 channel->d.hull_counter = hull_ptr[1]; in next_freqs()
H A Dplayer_v1.cpp414 _channels[i].hull_counter = 4; in nextPCjrCmd()
417 _channels[i].hull_counter = 1; in nextPCjrCmd()
426 switch (_channels[i].hull_counter) { in nextPCjrCmd()
431 _channels[i].hull_counter++; in nextPCjrCmd()
438 _channels[i].hull_counter++; in nextPCjrCmd()
447 _channels[i].hull_counter++; in nextPCjrCmd()
H A Dplayer_v1.h65 uint hull_counter; member
H A Dplayer_v2base.h53 uint16 hull_counter; // 26 member