From 8fa5313f1dc17a95ee25efcdd03db45cd8b55f5f Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sun, 31 May 2009 22:29:06 +0000 Subject: GOB: the Engine destructor already calls Mixer::stopAll() svn-id: r41084 --- engines/gob/gob.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'engines') 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 { -- cgit v1.2.3