[Scummvm-git-logs] scummvm branch-2-6 -> 5506181ad0954da377dc0136c6a535133f0cf54d

dreammaster noreply at scummvm.org
Mon Jun 13 06:15:39 UTC 2022


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
5506181ad0 CHEWY: Sync sound settings on startup


Commit: 5506181ad0954da377dc0136c6a535133f0cf54d
    https://github.com/scummvm/scummvm/commit/5506181ad0954da377dc0136c6a535133f0cf54d
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2022-06-12T23:15:31-07:00

Commit Message:
CHEWY: Sync sound settings on startup

Changed paths:
    engines/chewy/chewy.cpp


diff --git a/engines/chewy/chewy.cpp b/engines/chewy/chewy.cpp
index 97267c3bea9..e443d125160 100644
--- a/engines/chewy/chewy.cpp
+++ b/engines/chewy/chewy.cpp
@@ -74,6 +74,8 @@ void ChewyEngine::initialize() {
 	_video = new VideoPlayer();
 
 	setDebugger(new Console());
+
+	syncSoundSettings();
 }
 
 Common::Error ChewyEngine::run() {




More information about the Scummvm-git-logs mailing list