[Scummvm-git-logs] scummvm master -> 1eec9b182e6fc5422b61661addf2cc152aabe07e

Strangerke noreply at scummvm.org
Sun Mar 16 07:08: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:
1eec9b182e M4: RIDDLE: Fix blocker in room 604 when making noise with the generator + one other issue


Commit: 1eec9b182e6fc5422b61661addf2cc152aabe07e
    https://github.com/scummvm/scummvm/commit/1eec9b182e6fc5422b61661addf2cc152aabe07e
Author: Strangerke (arnaud.boutonne at gmail.com)
Date: 2025-03-16T08:05:51+01:00

Commit Message:
M4: RIDDLE: Fix blocker in room 604 when making noise with the generator + one other issue

Changed paths:
    engines/m4/riddle/rooms/section6/room604.cpp


diff --git a/engines/m4/riddle/rooms/section6/room604.cpp b/engines/m4/riddle/rooms/section6/room604.cpp
index 9f0c3ccdeb8..7061187b8e3 100644
--- a/engines/m4/riddle/rooms/section6/room604.cpp
+++ b/engines/m4/riddle/rooms/section6/room604.cpp
@@ -313,7 +313,7 @@ void Room604::parser() {
 		(player_said("generator set") && inv_object_is_here("PULL CORD"))
 	)) {
 		if (_G(flags)[V011]) {
-			digi_play("com115", 1);
+			digi_play("com115", 1, 255, -1, 997);
 		} else {
 			switch (_G(kernel).trigger) {
 			case -1:
@@ -356,7 +356,7 @@ void Room604::parser() {
 
 			case 3:
 				terminateMachineAndNull(_shedDoor);
-				_shedDoor = series_play("SEHD DOOR OPENS", 0x300, 16, 4);
+				_shedDoor = series_play("SHED DOOR OPENS", 0x300, 16, 4);
 				break;
 
 			case 4:




More information about the Scummvm-git-logs mailing list