summaryrefslogtreecommitdiff
path: root/src/sound.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/sound.cpp')
-rw-r--r--src/sound.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sound.cpp b/src/sound.cpp
index 1ef4c23d..8ba8fe99 100644
--- a/src/sound.cpp
+++ b/src/sound.cpp
@@ -208,6 +208,6 @@ void Sound::close()
stopMusic();
mInstalled = false;
- Mix_CloseAudio();
logger->log("Sound::close() Shutting down sound...");
+ Mix_CloseAudio();
}