diff options
| -rw-r--r-- | engines/gob/gob.cpp | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/engines/gob/gob.cpp b/engines/gob/gob.cpp index b65bbe0d0f..12914163c2 100644 --- a/engines/gob/gob.cpp +++ b/engines/gob/gob.cpp @@ -575,6 +575,9 @@ bool GobEngine::initGameParts() {  		return false;  	} +	// Setup mixer +	syncSoundSettings(); +  	_inter->setupOpcodes();  	return true; | 
