[Scummvm-git-logs] scummvm master -> edd249b72fdd60d34df60a39319a2e33b891b26e
Strangerke
noreply at scummvm.org
Sun Dec 28 11:44:13 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:
edd249b72f M4: Ripley: Fix for hardcoded logic bug in room 203, fixes bug #16417
Commit: edd249b72fdd60d34df60a39319a2e33b891b26e
https://github.com/scummvm/scummvm/commit/edd249b72fdd60d34df60a39319a2e33b891b26e
Author: Strangerke (arnaud.boutonne at gmail.com)
Date: 2025-12-28T12:44:01+01:00
Commit Message:
M4: Ripley: Fix for hardcoded logic bug in room 203, fixes bug #16417
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 9ebbdfcf670..4b03beeb3dd 100644
--- a/engines/m4/riddle/rooms/section2/room203.cpp
+++ b/engines/m4/riddle/rooms/section2/room203.cpp
@@ -576,6 +576,8 @@ void Room203::daemon() {
_oldLadyMode = 5666;
_oldLadyShould = 5100;
kernel_timing_trigger(1, 130);
+ ws_unhide_walker(_G(my_walker));
+ player_set_commands_allowed(true);
break;
case 60:
@@ -1605,7 +1607,7 @@ void Room203::daemon() {
case 130:
switch (_oldLadyMode) {
- case 30:
+ case 40:
break;
case 5666:
More information about the Scummvm-git-logs
mailing list