[Scummvm-git-logs] scummvm master -> 2831beb02062304f8d8f19b73393e731c21b0d98
dreammaster
noreply at scummvm.org
Thu Oct 10 01:53:00 UTC 2024
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:
2831beb020 M4: RIDDLE: Fix setGlobals1 call in room 407
Commit: 2831beb02062304f8d8f19b73393e731c21b0d98
https://github.com/scummvm/scummvm/commit/2831beb02062304f8d8f19b73393e731c21b0d98
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2024-10-09T18:52:49-07:00
Commit Message:
M4: RIDDLE: Fix setGlobals1 call in room 407
Changed paths:
engines/m4/riddle/rooms/section4/room407.cpp
diff --git a/engines/m4/riddle/rooms/section4/room407.cpp b/engines/m4/riddle/rooms/section4/room407.cpp
index 24e8484263a..8907bdf7a89 100644
--- a/engines/m4/riddle/rooms/section4/room407.cpp
+++ b/engines/m4/riddle/rooms/section4/room407.cpp
@@ -1108,7 +1108,7 @@ void Room407::daemon() {
case 302:
_ripHiHand1 = series_load("rip trek hi 1 hand");
- setGlobals1(1, _ripHiHand1, 12, 12, 12, 0, 12, 1, 1, 1);
+ setGlobals1(_ripHiHand1, 1, 12, 12, 12, 0, 12, 1, 1, 1);
sendWSMessage_110000(303);
break;
More information about the Scummvm-git-logs
mailing list