diff options
Diffstat (limited to 'src/heretic')
-rw-r--r-- | src/heretic/s_sound.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/heretic/s_sound.c b/src/heretic/s_sound.c index a67a56c8..86483402 100644 --- a/src/heretic/s_sound.c +++ b/src/heretic/s_sound.c @@ -493,7 +493,7 @@ void S_UpdateSounds(mobj_t * listener) void S_Init(void) { soundCurve = Z_Malloc(MAX_SND_DIST, PU_STATIC, NULL); - I_InitSound(); + I_InitSound(false); if (snd_Channels > 8) { snd_Channels = 8; |