aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/cryomni3d/versailles/engine.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/cryomni3d/versailles/engine.cpp b/engines/cryomni3d/versailles/engine.cpp
index d4ddea683c..5ea89f4f5e 100644
--- a/engines/cryomni3d/versailles/engine.cpp
+++ b/engines/cryomni3d/versailles/engine.cpp
@@ -127,6 +127,8 @@ Common::Error CryOmni3DEngine_Versailles::run() {
initGraphics(640, 480);
setMousePos(Common::Point(320, 200));
+ syncSoundSettings();
+
_isPlaying = false;
_isVisiting = false;