[Scummvm-git-logs] scummvm master -> 35f224225b21a5078e7d0bc44daf9df275b0d474
Strangerke
noreply at scummvm.org
Thu Mar 20 08:37:20 UTC 2025
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:
35f224225b M4: RIDDLE: fix an issue in the logic workflow when picking the rope while the camera is panning (room 504)
Commit: 35f224225b21a5078e7d0bc44daf9df275b0d474
https://github.com/scummvm/scummvm/commit/35f224225b21a5078e7d0bc44daf9df275b0d474
Author: Strangerke (arnaud.boutonne at gmail.com)
Date: 2025-03-20T09:37:09+01:00
Commit Message:
M4: RIDDLE: fix an issue in the logic workflow when picking the rope while the camera is panning (room 504)
Changed paths:
engines/m4/riddle/rooms/section5/room504.cpp
diff --git a/engines/m4/riddle/rooms/section5/room504.cpp b/engines/m4/riddle/rooms/section5/room504.cpp
index 4e00f795d75..50bea0f9fb7 100644
--- a/engines/m4/riddle/rooms/section5/room504.cpp
+++ b/engines/m4/riddle/rooms/section5/room504.cpp
@@ -1285,7 +1285,7 @@ void Room504::daemon() {
case 604:
if (g_engine->game_camera_panning()) {
- kernel_timing_trigger(5, 587);
+ kernel_timing_trigger(5, 604);
} else {
player_set_commands_allowed(false);
_ripMedReach = series_load("RIP TREK MED REACH HAND POS1");
More information about the Scummvm-git-logs
mailing list