[Scummvm-git-logs] scummvm master -> 8b48b64cf93f2df83ae7dfc1fd4d7f65bec42129
Strangerke
noreply at scummvm.org
Fri Feb 28 07:21:46 UTC 2025
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
8b48b64cf9 M4: RIDDLE: Fix a bug when talking to the gate keeper in room 203
Commit: 8b48b64cf93f2df83ae7dfc1fd4d7f65bec42129
https://github.com/scummvm/scummvm/commit/8b48b64cf93f2df83ae7dfc1fd4d7f65bec42129
Author: Strangerke (arnaud.boutonne at gmail.com)
Date: 2025-02-28T08:21:26+01:00
Commit Message:
M4: RIDDLE: Fix a bug when talking to the gate keeper in room 203
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 f6f5d0b1ca5..113cadea90a 100644
--- a/engines/m4/riddle/rooms/section2/room203.cpp
+++ b/engines/m4/riddle/rooms/section2/room203.cpp
@@ -1843,6 +1843,8 @@ void Room203::daemon() {
_officialHalt = series_load("official halt");
sendWSMessage_10000(1, _official, _officialHalt, 1, 15, 141,
_officialHalt, 15, 15, 0);
+
+ _officialShould = 2024;
digi_play("03_02n01", 1);
break;
More information about the Scummvm-git-logs
mailing list