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/doom/s_sound.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/doom') diff --git a/src/doom/s_sound.c b/src/doom/s_sound.c index 19d76a6b..f829956c 100644 --- a/src/doom/s_sound.c +++ b/src/doom/s_sound.c @@ -122,7 +122,7 @@ void S_Init(int sfxVolume, int musicVolume) { int i; - I_InitSound(); + I_InitSound(true); I_InitMusic(); I_PrecacheSounds(S_sfx, NUMSFX); -- cgit v1.2.3