From 3eda4c16ac5fe3256217ce10e3f974bbe7707d71 Mon Sep 17 00:00:00 2001 From: dhewg Date: Sat, 19 Mar 2011 14:56:52 +0100 Subject: GOB: Init volume levels on startup --- engines/gob/gob.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'engines') 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; -- cgit v1.2.3