diff options
-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 { |