diff options
author | Max Horn | 2009-05-31 22:29:06 +0000 |
---|---|---|
committer | Max Horn | 2009-05-31 22:29:06 +0000 |
commit | 8fa5313f1dc17a95ee25efcdd03db45cd8b55f5f (patch) | |
tree | baead52c4136ac1ee145cff7067f6d78b41e6f97 /engines | |
parent | 0f8926982a3e9d18b23168d9c70e371fe6ecfbee (diff) | |
download | scummvm-rg350-8fa5313f1dc17a95ee25efcdd03db45cd8b55f5f.tar.gz scummvm-rg350-8fa5313f1dc17a95ee25efcdd03db45cd8b55f5f.tar.bz2 scummvm-rg350-8fa5313f1dc17a95ee25efcdd03db45cd8b55f5f.zip |
GOB: the Engine destructor already calls Mixer::stopAll()
svn-id: r41084
Diffstat (limited to 'engines')
-rw-r--r-- | engines/gob/gob.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/engines/gob/gob.cpp b/engines/gob/gob.cpp index baa29c6701..1824e3fb67 100644 --- a/engines/gob/gob.cpp +++ b/engines/gob/gob.cpp @@ -103,9 +103,6 @@ GobEngine::GobEngine(OSystem *syst) : Engine(syst) { GobEngine::~GobEngine() { deinitGameParts(); - - // Stop all mixer streams (except for the permanent ones). - _vm->_mixer->stopAll(); } const char *GobEngine::getLangDesc(int16 language) const { |