[Scummvm-git-logs] scummvm master -> 652a12a5f470d99c32d7b1cfbeb0c32ef4b52332
Strangerke
noreply at scummvm.org
Wed Apr 23 22:05:38 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:
652a12a5f4 M4: RIDDLE: Fix Mei vanishing in the middle of the dialog when entering room 806 for the first time
Commit: 652a12a5f470d99c32d7b1cfbeb0c32ef4b52332
https://github.com/scummvm/scummvm/commit/652a12a5f470d99c32d7b1cfbeb0c32ef4b52332
Author: Strangerke (arnaud.boutonne at gmail.com)
Date: 2025-04-23T23:05:29+01:00
Commit Message:
M4: RIDDLE: Fix Mei vanishing in the middle of the dialog when entering room 806 for the first time
Changed paths:
engines/m4/riddle/rooms/section8/room806.cpp
diff --git a/engines/m4/riddle/rooms/section8/room806.cpp b/engines/m4/riddle/rooms/section8/room806.cpp
index 4ba8eb94c06..5799263fedb 100644
--- a/engines/m4/riddle/rooms/section8/room806.cpp
+++ b/engines/m4/riddle/rooms/section8/room806.cpp
@@ -1169,7 +1169,7 @@ void Room806::daemon() {
case 113:
terminateMachine(_candlemanShadow3Mach);
- ws_unhide_walker(_G(my_walker));
+ ws_unhide_walker(_mcTrekMach);
break;
More information about the Scummvm-git-logs
mailing list