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

/external/quake/quake/src/QW/server/
H A Dpr_cmds.c429 int i, soundnum; local
437 for (soundnum=0, check = sv.sound_precache ; *check ; check++, soundnum++)
453 MSG_WriteByte (&sv.signon, soundnum);
/external/quake/quake/src/WinQuake/
H A Dpr_cmds.cpp512 int i, soundnum; local
520 for (soundnum=0, check = sv.sound_precache ; *check ; check++, soundnum++)
536 MSG_WriteByte (&sv.signon, soundnum);

Completed in 1016 milliseconds