diff options
author | Jamieson Christian | 2003-08-08 09:27:52 +0000 |
---|---|---|
committer | Jamieson Christian | 2003-08-08 09:27:52 +0000 |
commit | 9b297a39b1945f431877159a46e3cdad14cedee8 (patch) | |
tree | 06e47d91682ff973320a6e71e6ed704405f7844f /simon | |
parent | 101821015cc1bd0df096b99d5755611c72d151c5 (diff) | |
download | scummvm-rg350-9b297a39b1945f431877159a46e3cdad14cedee8.tar.gz scummvm-rg350-9b297a39b1945f431877159a46e3cdad14cedee8.tar.bz2 scummvm-rg350-9b297a39b1945f431877159a46e3cdad14cedee8.zip |
Close music engine on shutdown
svn-id: r9599
Diffstat (limited to 'simon')
-rw-r--r-- | simon/simon.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/simon/simon.cpp b/simon/simon.cpp index 45aaf88c18..bcf9dd0416 100644 --- a/simon/simon.cpp +++ b/simon/simon.cpp @@ -4475,6 +4475,7 @@ void SimonEngine::shutdown() { delete _game_file; _game_file = NULL; } + midi.close(); _system->quit(); } |