diff options
| -rw-r--r-- | engines/gob/game.cpp | 6 | 
1 files changed, 6 insertions, 0 deletions
diff --git a/engines/gob/game.cpp b/engines/gob/game.cpp index d201019d08..4e2bd223b7 100644 --- a/engines/gob/game.cpp +++ b/engines/gob/game.cpp @@ -275,6 +275,12 @@ void Game::playTot(int16 skipPlay) {  					_vm->_draw->_fontToSprite[i].height = -1;  				} +				// Gobliiins music stopping +				if (_vm->getGameType() == kGameTypeGob1) { +					_vm->_sound->adlibStop(); +					_vm->_sound->cdStop(); +				} +  				_vm->_mult->initAll();  				_vm->_mult->zeroMultData();  | 
