[Scummvm-git-logs] scummvm master -> 8cd184867a9eb2da29d0056bbb2effbb5b190a58

Strangerke noreply at scummvm.org
Sun Mar 23 18:26:43 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:
8cd184867a M4: RIDDLE: Fix two blockers in scene 504 which were making mostly impossible to grab the rope


Commit: 8cd184867a9eb2da29d0056bbb2effbb5b190a58
    https://github.com/scummvm/scummvm/commit/8cd184867a9eb2da29d0056bbb2effbb5b190a58
Author: Strangerke (arnaud.boutonne at gmail.com)
Date: 2025-03-23T19:26:00+01:00

Commit Message:
M4: RIDDLE: Fix two blockers in scene 504 which were making mostly impossible to grab the rope

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 55fd898e04f..67d56fe41ad 100644
--- a/engines/m4/riddle/rooms/section5/room504.cpp
+++ b/engines/m4/riddle/rooms/section5/room504.cpp
@@ -2622,6 +2622,7 @@ void Room504::parser() {
 		player_set_commands_allowed(false);
 		_vineThrowType = 1;
 		_G(flags)[V154] = 3;
+		_G(kernel).trigger_mode = KT_DAEMON;
 		kernel_timing_trigger(1, 603);
 	} else if (takeFlag && player_said_any("GREEN VINE ", "GREEN VINE COIL ") &&
 			_G(flags)[V152] == 1 && _isOnRight) {
@@ -3353,7 +3354,7 @@ void Room504::setVinesRope() {
 
 	if (_G(flags)[V152] == 4) {
 		hotspot_set_active("GREEN VINE ", true);
-		hotspot_set_active("GREEN VINE  ", true);
+		hotspot_set_active("GREEN VINE COIL  ", true);
 	}
 
 	if (_G(flags)[V153] == 4) {




More information about the Scummvm-git-logs mailing list