[Scummvm-git-logs] scummvm master -> de692c10853e111bf53ab581b28a956eafe98bcc
Strangerke
noreply at scummvm.org
Thu Jul 10 07:52:08 UTC 2025
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://api.github.com/repos/scummvm/scummvm .
Summary:
de692c1085 M4: RIDDLE: Fix for bug #16096 in room 807 (Background sound stopping in some cases)
Commit: de692c10853e111bf53ab581b28a956eafe98bcc
https://github.com/scummvm/scummvm/commit/de692c10853e111bf53ab581b28a956eafe98bcc
Author: Strangerke (arnaud.boutonne at gmail.com)
Date: 2025-07-10T08:52:01+01:00
Commit Message:
M4: RIDDLE: Fix for bug #16096 in room 807 (Background sound stopping in some cases)
Changed paths:
engines/m4/riddle/rooms/section8/room807.cpp
diff --git a/engines/m4/riddle/rooms/section8/room807.cpp b/engines/m4/riddle/rooms/section8/room807.cpp
index ec5db6a4558..f2076608b58 100644
--- a/engines/m4/riddle/rooms/section8/room807.cpp
+++ b/engines/m4/riddle/rooms/section8/room807.cpp
@@ -181,7 +181,7 @@ void Room807::init() {
break;
}
- digi_play_loop("950_s29", 2, 127, -1, -1);
+ digi_play_loop("950_s29", 3, 127, -1, -1);
}
void Room807::pre_parser() {
More information about the Scummvm-git-logs
mailing list