From 6ebcafd7003cce44d1edd1115e737f1aa826ba1c Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Thu, 25 Sep 2008 18:14:46 +0000 Subject: Add option to low-level sound API to disable the DS prefix for sound effects, for Heretic. Fix sound links. Subversion-branch: /branches/raven-branch Subversion-revision: 1281 --- src/heretic/s_sound.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/heretic/s_sound.c') 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; -- cgit v1.2.3