diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/sound/sound.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sound/sound.cpp b/src/sound/sound.cpp index 105959ba..f85f4927 100644 --- a/src/sound/sound.cpp +++ b/src/sound/sound.cpp @@ -256,6 +256,7 @@ int TmwSound::Close(void) { mid = NULL; sfx = NULL; + remove_mod(); remove_sound(); isOk = -1; return 0; |