[Scummvm-git-logs] scummvm master -> c2d3fa7a8922fa2f4895fe9c8ca2fe1dffe6ab1f
Strangerke
noreply at scummvm.org
Fri Jan 2 11:16:07 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:
c2d3fa7a89 M4: Riddle: Fix for bug #16429 - Game suck after looking at Confusius' analects
Commit: c2d3fa7a8922fa2f4895fe9c8ca2fe1dffe6ab1f
https://github.com/scummvm/scummvm/commit/c2d3fa7a8922fa2f4895fe9c8ca2fe1dffe6ab1f
Author: Strangerke (arnaud.boutonne at gmail.com)
Date: 2026-01-02T12:15:56+01:00
Commit Message:
M4: Riddle: Fix for bug #16429 - Game suck after looking at Confusius' analects
Changed paths:
engines/m4/riddle/rooms/section2/room204.cpp
diff --git a/engines/m4/riddle/rooms/section2/room204.cpp b/engines/m4/riddle/rooms/section2/room204.cpp
index a66ea75250d..57b14e33b77 100644
--- a/engines/m4/riddle/rooms/section2/room204.cpp
+++ b/engines/m4/riddle/rooms/section2/room204.cpp
@@ -363,6 +363,7 @@ void Room204::parser() {
_fieldE0_x = 555;
deleteMeiCheiHotspot();
addMovingMeiHotspot();
+ player_set_commands_allowed(true);
break;
default:
More information about the Scummvm-git-logs
mailing list