aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorMax Horn2009-05-31 22:29:06 +0000
committerMax Horn2009-05-31 22:29:06 +0000
commit8fa5313f1dc17a95ee25efcdd03db45cd8b55f5f (patch)
treebaead52c4136ac1ee145cff7067f6d78b41e6f97 /engines
parent0f8926982a3e9d18b23168d9c70e371fe6ecfbee (diff)
downloadscummvm-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.cpp3
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 {