From 79ba16a89d9d498974034de3449c8b7910a884d0 Mon Sep 17 00:00:00 2001 From: dhewg Date: Sat, 19 Mar 2011 14:58:21 +0100 Subject: GROOVIE: Set global volume levels --- engines/groovie/groovie.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'engines/groovie/groovie.cpp') diff --git a/engines/groovie/groovie.cpp b/engines/groovie/groovie.cpp index 4a4f5e0de5..67c8f3dbc7 100644 --- a/engines/groovie/groovie.cpp +++ b/engines/groovie/groovie.cpp @@ -322,6 +322,8 @@ void GroovieEngine::errorString(const char *buf_input, char *buf_output, int buf } void GroovieEngine::syncSoundSettings() { + Engine::syncSoundSettings(); + bool mute = ConfMan.getBool("mute"); // Set the music volume -- cgit v1.2.3