[Scummvm-git-logs] scummvm master -> a1a7a3b7e75ff0871647e8afab99d1845184ef00
Strangerke
noreply at scummvm.org
Sat Feb 22 22:09:16 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:
a1a7a3b7e7 M4: RIDDLE: Room 303: Fix 2 issues in "Look giant match"
Commit: a1a7a3b7e75ff0871647e8afab99d1845184ef00
https://github.com/scummvm/scummvm/commit/a1a7a3b7e75ff0871647e8afab99d1845184ef00
Author: Strangerke (arnaud.boutonne at gmail.com)
Date: 2025-02-22T23:07:41+01:00
Commit Message:
M4: RIDDLE: Room 303: Fix 2 issues in "Look giant match"
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 d99dbfc02fb..ff8abcb155c 100644
--- a/engines/m4/riddle/rooms/section3/room303.cpp
+++ b/engines/m4/riddle/rooms/section3/room303.cpp
@@ -1483,6 +1483,10 @@ void Room303::parser() {
sendWSMessage_C0000(_G(my_walker), 1);
break;
+ case 1:
+ kernel_timing_trigger(10, 2, nullptr);
+ break;
+
case 2:
sendWSMessage_D0000(_G(my_walker));
digi_play("303r25", 1, 255, 3);
@@ -1497,6 +1501,7 @@ void Room303::parser() {
case 4:
_fengShould = 1;
series_unload(_chinTalk4);
+ player_set_commands_allowed(true);
break;
default:
More information about the Scummvm-git-logs
mailing list