aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/pink/pink.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/pink/pink.cpp b/engines/pink/pink.cpp
index a940ea989f..d8e2738d68 100644
--- a/engines/pink/pink.cpp
+++ b/engines/pink/pink.cpp
@@ -90,6 +90,8 @@ Common::Error PinkEngine::init() {
_orb.loadGame(this);
+ syncSoundSettings();
+
if (ConfMan.hasKey("save_slot"))
loadGameState(ConfMan.getInt("save_slot"));
else