summaryrefslogtreecommitdiff
path: root/src/doom
diff options
context:
space:
mode:
authorSimon Howard2008-09-25 18:14:46 +0000
committerSimon Howard2008-09-25 18:14:46 +0000
commit6ebcafd7003cce44d1edd1115e737f1aa826ba1c (patch)
tree415dd7efa69bbbee473447e62350b7a88b7551b3 /src/doom
parentfacc2f70b1bfac51ddaefb78fcbef04a8d5c8e2b (diff)
downloadchocolate-doom-6ebcafd7003cce44d1edd1115e737f1aa826ba1c.tar.gz
chocolate-doom-6ebcafd7003cce44d1edd1115e737f1aa826ba1c.tar.bz2
chocolate-doom-6ebcafd7003cce44d1edd1115e737f1aa826ba1c.zip
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
Diffstat (limited to 'src/doom')
-rw-r--r--src/doom/s_sound.c2
1 files changed, 1 insertions, 1 deletions
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);