[Scummvm-git-logs] scummvm master -> e35051e9900951d39abb48b891b10e45813779e3
dreammaster
noreply at scummvm.org
Sat Feb 22 22:59:38 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:
e35051e990 M4: RIDDLE: Fix looking at giant match in room 303
Commit: e35051e9900951d39abb48b891b10e45813779e3
https://github.com/scummvm/scummvm/commit/e35051e9900951d39abb48b891b10e45813779e3
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2025-02-22T14:59:31-08:00
Commit Message:
M4: RIDDLE: Fix looking at giant match in room 303
Changed paths:
engines/m4/riddle/rooms/section3/room303.cpp
diff --git a/engines/m4/riddle/rooms/section3/room303.cpp b/engines/m4/riddle/rooms/section3/room303.cpp
index 72b137ffa76..af07d6cc9af 100644
--- a/engines/m4/riddle/rooms/section3/room303.cpp
+++ b/engines/m4/riddle/rooms/section3/room303.cpp
@@ -1170,13 +1170,14 @@ void Room303::parser() {
case 1:
setShadow5(false);
if (player_said("giant matchstick"))
- ws_demand_location(610, 256);
+ ws_demand_location(_fengLi, 610, 256);
sendWSMessage_10000(_fengLi, 706, 256, 5, 2, 1);
break;
case 2:
setShadow5Alt(true);
+ sendWSMessage_60000(_fengLi);
_fengLi = TriggerMachineByHash(1, 1, 0, 0, 0, 0, 706, 256, 86, 0xc00, false,
triggerMachineByHashCallback, "fl state machine");
More information about the Scummvm-git-logs
mailing list