Strip out some dead code
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@3191 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
4e21d2c88d
commit
88085a1cbc
1 changed files with 0 additions and 5 deletions
|
@ -625,11 +625,6 @@ void S_Init (void)
|
|||
if (sndcardinfo)
|
||||
Con_SafePrintf ("Sound sampling rate: %i\n", sndcardinfo->sn.speed);
|
||||
|
||||
// provides a tick sound until washed clean
|
||||
|
||||
// if (shm->buffer)
|
||||
// shm->buffer[4] = shm->buffer[5] = 0x7f; // force a pop for debugging
|
||||
|
||||
ambient_sfx[AMBIENT_WATER] = S_PrecacheSound ("ambience/water1.wav");
|
||||
ambient_sfx[AMBIENT_SKY] = S_PrecacheSound ("ambience/wind2.wav");
|
||||
|
||||
|
|
Loading…
Reference in a new issue