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

Strangerke noreply at scummvm.org
Sat Mar 8 08:54:29 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:
ee0fc7d38d M4: RIDDLE: Fix bug in room 205


Commit: ee0fc7d38d549fe1ec2875dfc83c3a6392b6b0eb
    https://github.com/scummvm/scummvm/commit/ee0fc7d38d549fe1ec2875dfc83c3a6392b6b0eb
Author: Strangerke (arnaud.boutonne at gmail.com)
Date: 2025-03-08T09:54:12+01:00

Commit Message:
M4: RIDDLE: Fix bug in room 205

Changed paths:
    engines/m4/riddle/rooms/section2/room205.cpp


diff --git a/engines/m4/riddle/rooms/section2/room205.cpp b/engines/m4/riddle/rooms/section2/room205.cpp
index e1bf4250489..db75d2b6bc9 100644
--- a/engines/m4/riddle/rooms/section2/room205.cpp
+++ b/engines/m4/riddle/rooms/section2/room205.cpp
@@ -186,7 +186,7 @@ void Room205::parser() {
 			case -1:
 				_fieldDC = 1;
 				player_set_commands_allowed(false);
-				setGlobals1(_ripTrekMedReachHandPos1Series, 10, 0, 10, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
+				setGlobals1(_ripTrekMedReachHandPos1Series, 1, 10, 10, 10, 0, 10, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
 				sendWSMessage_110000(_G(my_walker), 3);
 				break;
 




More information about the Scummvm-git-logs mailing list