summaryrefslogtreecommitdiff
path: root/src/heretic/s_sound.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/heretic/s_sound.c')
-rw-r--r--src/heretic/s_sound.c11
1 files changed, 3 insertions, 8 deletions
diff --git a/src/heretic/s_sound.c b/src/heretic/s_sound.c
index c38c5938..ae40269b 100644
--- a/src/heretic/s_sound.c
+++ b/src/heretic/s_sound.c
@@ -55,14 +55,9 @@ byte *soundCurve;
extern sfxinfo_t S_sfx[];
extern musicinfo_t S_music[];
-extern int snd_DesiredMusicDevice;
-extern int snd_DesiredSfxDevice;
-int snd_MaxVolume;
-int snd_MusicVolume;
-int snd_Channels;
-
-extern int startepisode;
-extern int startmap;
+int snd_MaxVolume = 10;
+int snd_MusicVolume = 10;
+int snd_Channels = 16;
int AmbChan;