[Scummvm-git-logs] scummvm master -> 6b04292cc33a24608a93c3e736f599a6076df779
Strangerke
noreply at scummvm.org
Fri Feb 28 00:03:43 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:
6b04292cc3 M4: RIDDLE: Fix crash when heading to archway, room 203
Commit: 6b04292cc33a24608a93c3e736f599a6076df779
https://github.com/scummvm/scummvm/commit/6b04292cc33a24608a93c3e736f599a6076df779
Author: Strangerke (arnaud.boutonne at gmail.com)
Date: 2025-02-28T01:03:37+01:00
Commit Message:
M4: RIDDLE: Fix crash when heading to archway, room 203
Changed paths:
engines/m4/riddle/rooms/section2/room203.cpp
diff --git a/engines/m4/riddle/rooms/section2/room203.cpp b/engines/m4/riddle/rooms/section2/room203.cpp
index 95ad4de8ab6..f6f5d0b1ca5 100644
--- a/engines/m4/riddle/rooms/section2/room203.cpp
+++ b/engines/m4/riddle/rooms/section2/room203.cpp
@@ -2639,7 +2639,7 @@ void Room203::parser() {
kernel_trigger_dispatchx(kernel_trigger_create(140));
_G(kernel).trigger_mode = KT_PARSE;
break;
- case 1:
+ case 2:
player_set_commands_allowed(true);
break;
default:
More information about the Scummvm-git-logs
mailing list