Home
last modified time | relevance | path

Searched refs:toggleSoundPause (Results 1 – 3 of 3) sorted by relevance

/dports/games/cake/cake_src/cake/
H A Dsound.h25 void toggleSoundPause(int num = -1);
H A Dsound.cpp615 void toggleSoundPause(int num) in toggleSoundPause() function
622 for (int i = 0; i < SOUND_CHANNELS; ++i) toggleSoundPause(i); in toggleSoundPause()
H A Dentity.cpp1532 if (spawnflags & 1) toggleSoundPause(noise_index); in LoadSound()
1970 spawnflags == 2) toggleSoundPause(noise_index); in UpdateTargetSpeaker()