[Scummvm-git-logs] scummvm master -> 2142ed9ee80e97a7713a6690273511a0c78f8a16

Strangerke noreply at scummvm.org
Tue Jul 1 04:22:45 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:
2142ed9ee8 M4: RIDDLE: Fix for bug #16063 in room 701


Commit: 2142ed9ee80e97a7713a6690273511a0c78f8a16
    https://github.com/scummvm/scummvm/commit/2142ed9ee80e97a7713a6690273511a0c78f8a16
Author: Strangerke (arnaud.boutonne at gmail.com)
Date: 2025-07-01T05:19:13+01:00

Commit Message:
M4: RIDDLE: Fix for bug #16063 in room 701

Changed paths:
    engines/m4/riddle/rooms/section7/room701.cpp


diff --git a/engines/m4/riddle/rooms/section7/room701.cpp b/engines/m4/riddle/rooms/section7/room701.cpp
index 638cd2833e1..a8cbd89ba2d 100644
--- a/engines/m4/riddle/rooms/section7/room701.cpp
+++ b/engines/m4/riddle/rooms/section7/room701.cpp
@@ -147,7 +147,9 @@ void Room701::parser() {
 		case 21:
 			sendWSMessage_120000(_G(my_walker), -1);
 			sendWSMessage_10000(1, _agentPoshExpressMach, _agentTalkLoopTjSeries, 11, 14, -1, _agentTalkLoopTjSeries, 11, 13, 1);
-
+			sendWSMessage_1a0000(_agentPoshExpressMach, 11);
+			digi_play("701X09", 1, 255, 22, -1);
+			
 			break;
 
 		case 22:




More information about the Scummvm-git-logs mailing list