[Scummvm-git-logs] scummvm master -> 9f91f4110f24da1c44dac6ca61050aad934d3118

Strangerke noreply at scummvm.org
Thu Jul 10 07:09:53 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:
9f91f4110f M4: RIDDLE: Fix for bug #16095 in room 806 (soft lock when hearing a noise) + random crashes related to incorrect sprite


Commit: 9f91f4110f24da1c44dac6ca61050aad934d3118
    https://github.com/scummvm/scummvm/commit/9f91f4110f24da1c44dac6ca61050aad934d3118
Author: Strangerke (arnaud.boutonne at gmail.com)
Date: 2025-07-10T08:09:44+01:00

Commit Message:
M4: RIDDLE: Fix for bug #16095 in room 806 (soft lock when hearing a noise) + random crashes related to incorrect sprites used

Changed paths:
    engines/m4/riddle/rooms/section8/room806.cpp


diff --git a/engines/m4/riddle/rooms/section8/room806.cpp b/engines/m4/riddle/rooms/section8/room806.cpp
index 65b053512c6..be7b5a47ed3 100644
--- a/engines/m4/riddle/rooms/section8/room806.cpp
+++ b/engines/m4/riddle/rooms/section8/room806.cpp
@@ -1256,26 +1256,26 @@ void Room806::daemon() {
 			break;
 
 		case 2:
-			setGlobals1(_meiTrekHeadTurnPos3Series, 1, 5, 5, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
-			sendWSMessage_110000(_mcTrekMach, 210);
+			setGlobals1(_ripTrekHeadTurnPos3Series, 1, 5, 5, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
+			sendWSMessage_110000(_G(my_walker), 210);
 
 			break;
 
 		case 3:
-			setGlobals1(_meiTrekHeadTurnPos3Series, 6, 9, 9, 9, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
-			sendWSMessage_110000(_mcTrekMach, 211);
+			setGlobals1(_ripTrekHeadTurnPos3Series, 6, 9, 9, 9, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
+			sendWSMessage_110000(_G(my_walker), 211);
 
 			break;
 
 		case 4:
-			setGlobals1(_meiTrekHeadTurnPos3Series, 1, 7, 7, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
-			sendWSMessage_110000(_mcTrekMach, 212);
+			setGlobals1(_ripLookUpPos3Series, 1, 7, 7, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
+			sendWSMessage_110000(_G(my_walker), 212);
 
 			break;
 
 		case 5:
-			setGlobals1(_meiTrekHeadTurnPos3Series, 1, 20, 20, 20, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
-			sendWSMessage_110000(_mcTrekMach, 220);
+			setGlobals1(_ripPos3LookAroundSeries, 1, 20, 20, 20, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
+			sendWSMessage_110000(_G(my_walker), 220);
 
 			break;
 




More information about the Scummvm-git-logs mailing list