Searched refs:snd_firsttime (Results 1 - 2 of 2) sorted by relevance

/external/quake/quake/src/WinQuake/
H A Dsnd_win.cpp38 static qboolean snd_firsttime = true, snd_isdirect, snd_iswave; variable
292 if (snd_firsttime)
297 if (snd_firsttime)
335 if (snd_firsttime)
360 if (snd_firsttime)
571 if (snd_firsttime || snd_isdirect)
579 if (snd_firsttime)
596 if (snd_firsttime || snd_iswave)
603 if (snd_firsttime)
613 snd_firsttime
[all...]
/external/quake/quake/src/QW/client/
H A Dsnd_win.c38 static qboolean snd_firsttime = true, snd_isdirect, snd_iswave; variable
290 // if (snd_firsttime)
295 // if (snd_firsttime)
333 // if (snd_firsttime)
358 /* if (snd_firsttime)
569 if (snd_firsttime || snd_isdirect)
577 if (snd_firsttime)
594 if (snd_firsttime || snd_iswave)
601 if (snd_firsttime)
611 snd_firsttime
[all...]

Completed in 15 milliseconds