[Scummvm-git-logs] scummvm master -> 8384c589514631cc647ca45d346f0dd1a1cf9499
Strangerke
noreply at scummvm.org
Wed Jul 2 04:19:19 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:
8384c58951 M4: RIDDLE: Fix for bug #16072 in room 510: Soft lock when looking at the niche from the top of the tower
Commit: 8384c589514631cc647ca45d346f0dd1a1cf9499
https://github.com/scummvm/scummvm/commit/8384c589514631cc647ca45d346f0dd1a1cf9499
Author: Strangerke (arnaud.boutonne at gmail.com)
Date: 2025-07-02T05:19:00+01:00
Commit Message:
M4: RIDDLE: Fix for bug #16072 in room 510: Soft lock when looking at the niche from the top of the tower
Changed paths:
engines/m4/riddle/rooms/section5/room510.cpp
diff --git a/engines/m4/riddle/rooms/section5/room510.cpp b/engines/m4/riddle/rooms/section5/room510.cpp
index 771680a7c8e..7da91f255c5 100644
--- a/engines/m4/riddle/rooms/section5/room510.cpp
+++ b/engines/m4/riddle/rooms/section5/room510.cpp
@@ -273,6 +273,7 @@ void Room510::parser() {
break;
case 3:
kernel_timing_trigger(1, 4);
+ player_set_commands_allowed(true);
break;
case 4:
series_unload(_ripLooksDown);
More information about the Scummvm-git-logs
mailing list