mirror of
https://github.com/nzp-team/dquakeplus.git
synced 2024-11-10 14:41:52 +00:00
Stop forcefully precaching ambient sounds
This commit is contained in:
parent
52ae6bfe8c
commit
68590119ac
1 changed files with 0 additions and 3 deletions
|
@ -232,9 +232,6 @@ void S_Init (void)
|
||||||
// if (shm->buffer)
|
// if (shm->buffer)
|
||||||
// shm->buffer[4] = shm->buffer[5] = 0x7f; // force a pop for debugging
|
// 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");
|
|
||||||
|
|
||||||
S_StopAllSounds (true);
|
S_StopAllSounds (true);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue