summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/i_sound.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/i_sound.c b/src/i_sound.c
index 06fdd727..cc8f0bb5 100644
--- a/src/i_sound.c
+++ b/src/i_sound.c
@@ -477,6 +477,7 @@ void I_ShutdownSound(void)
if (!sound_initialised && !music_initialised)
return;
+ Mix_HaltMusic();
Mix_CloseAudio();
SDL_QuitSubSystem(SDL_INIT_AUDIO);