[Scummvm-git-logs] scummvm master -> c937d4d6561f4d361a72e16ba2f7fa82c4aa14b1
Strangerke
noreply at scummvm.org
Sun Jul 6 21:37:59 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:
c937d4d656 M4: RIDDLE: Fix for bug #16084 in room 508 (breaking chain animation is playing at wrong speed)
Commit: c937d4d6561f4d361a72e16ba2f7fa82c4aa14b1
https://github.com/scummvm/scummvm/commit/c937d4d6561f4d361a72e16ba2f7fa82c4aa14b1
Author: Strangerke (arnaud.boutonne at gmail.com)
Date: 2025-07-06T22:37:42+01:00
Commit Message:
M4: RIDDLE: Fix for bug #16084 in room 508 (breaking chain animation is playing at wrong speed)
Changed paths:
engines/m4/riddle/rooms/section5/room508.cpp
diff --git a/engines/m4/riddle/rooms/section5/room508.cpp b/engines/m4/riddle/rooms/section5/room508.cpp
index 2635a2c2a49..a3bb8f92eed 100644
--- a/engines/m4/riddle/rooms/section5/room508.cpp
+++ b/engines/m4/riddle/rooms/section5/room508.cpp
@@ -283,6 +283,8 @@ void Room508::daemon() {
triggerMachineByHashCallback, "Chain Breaking Machine");
sendWSMessage_10000(1, _chain, _chainBreaking, 1, 58, 675,
_chainBreaking, 58, 58, 0);
+ sendWSMessage_190000(_chain, 3);
+
digi_play("508_s08", 1, 255, 555);
break;
More information about the Scummvm-git-logs
mailing list