summaryrefslogtreecommitdiff
path: root/src/strife/s_sound.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/strife/s_sound.h')
-rw-r--r--src/strife/s_sound.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/strife/s_sound.h b/src/strife/s_sound.h
index 1cb70fa0..5e763014 100644
--- a/src/strife/s_sound.h
+++ b/src/strife/s_sound.h
@@ -37,7 +37,7 @@
// allocates channel buffer, sets S_sfx lookup.
//
-void S_Init(int sfxVolume, int musicVolume);
+void S_Init(int sfxVolume, int musicVolume, int voiceVolume);
// Shut down sound
@@ -97,5 +97,7 @@ void S_SetVoiceVolume(int volume); // haleyjd 09/11/10: [STRIFE]
extern int snd_channels;
+extern int disable_voices;
+
#endif