[Scummvm-git-logs] scummvm master -> cfc7f407535a993c68cb1f49020f799ef360befa
dreammaster
noreply at scummvm.org
Mon Jun 13 06:15:20 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:
cfc7f40753 CHEWY: Sync sound settings on startup
Commit: cfc7f407535a993c68cb1f49020f799ef360befa
https://github.com/scummvm/scummvm/commit/cfc7f407535a993c68cb1f49020f799ef360befa
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2022-06-12T23:15:11-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