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/i_sound.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/i_sound.h') diff --git a/src/i_sound.h b/src/i_sound.h index 6737e8cb..a8562ae1 100644 --- a/src/i_sound.h +++ b/src/i_sound.h @@ -114,7 +114,7 @@ typedef struct // Initialise sound module // Returns true if successfully initialised - boolean (*Init)(void); + boolean (*Init)(boolean use_sfx_prefix); // Shutdown sound module @@ -151,7 +151,7 @@ typedef struct } sound_module_t; -void I_InitSound(void); +void I_InitSound(boolean use_sfx_prefix); void I_ShutdownSound(void); int I_GetSfxLumpNum(sfxinfo_t *sfxinfo); void I_UpdateSound(void); -- cgit v1.2.3