[Scummvm-git-logs] scummvm master -> 2c3a86faa6cd6b7a309a36b0d34dadd169e08342

Strangerke noreply at scummvm.org
Sat Jan 3 11:27:27 UTC 2026


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:
2c3a86faa6 M4: RIDDLE: Fix for ticket #16427 - losing control on message log


Commit: 2c3a86faa6cd6b7a309a36b0d34dadd169e08342
    https://github.com/scummvm/scummvm/commit/2c3a86faa6cd6b7a309a36b0d34dadd169e08342
Author: Strangerke (arnaud.boutonne at gmail.com)
Date: 2026-01-03T12:27:14+01:00

Commit Message:
M4: RIDDLE: Fix for ticket #16427 - losing control on message log

Changed paths:
    engines/m4/riddle/riddle.cpp


diff --git a/engines/m4/riddle/riddle.cpp b/engines/m4/riddle/riddle.cpp
index abcc567ffdb..6c12da81f77 100644
--- a/engines/m4/riddle/riddle.cpp
+++ b/engines/m4/riddle/riddle.cpp
@@ -364,9 +364,10 @@ void RiddleEngine::global_parser() {
 						ws_walk(_G(my_walker), _G(player_info).x, _G(player_info).y, nullptr, 1, 7, true);
 						break;
 					default:
-						player_set_commands_allowed(false);
 						break;
 					}
+
+					player_set_commands_allowed(false);
 				} else {
 					kernel_timing_trigger(1, 2);
 				}




More information about the Scummvm-git-logs mailing list