[Scummvm-git-logs] scummvm master -> d51b3fc17a67869ac60a78cd34e8aacf2344da29

Strangerke noreply at scummvm.org
Fri Mar 21 08:26:00 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:
d51b3fc17a M4: RIDDLE: Fix disappearing Ripley when taking vine coils from the right (room 504)


Commit: d51b3fc17a67869ac60a78cd34e8aacf2344da29
    https://github.com/scummvm/scummvm/commit/d51b3fc17a67869ac60a78cd34e8aacf2344da29
Author: Strangerke (arnaud.boutonne at gmail.com)
Date: 2025-03-21T09:25:45+01:00

Commit Message:
M4: RIDDLE: Fix disappearing Ripley when taking vine coils from the right (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 50bea0f9fb7..55fd898e04f 100644
--- a/engines/m4/riddle/rooms/section5/room504.cpp
+++ b/engines/m4/riddle/rooms/section5/room504.cpp
@@ -1290,7 +1290,7 @@ void Room504::daemon() {
 			player_set_commands_allowed(false);
 			_ripMedReach = series_load("RIP TREK MED REACH HAND POS1");
 			_ropeRSlurpsUp = series_load("504 R ROPE SLURPS UP");
-			setGlobals1(_ropeRSlurpsUp, 1, 10, 10, 10, 0, 10, 1, 1, 1);
+			setGlobals1(_ripMedReach, 1, 10, 10, 10, 0, 10, 1, 1, 1);
 			sendWSMessage_110000(605);
 		}
 		break;




More information about the Scummvm-git-logs mailing list