[Scummvm-git-logs] scummvm master -> bdd16491f7170e97c5c0c28f09aa8b67da5c9bbf
dreammaster
noreply at scummvm.org
Mon Aug 12 05:12:49 UTC 2024
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:
bdd16491f7 M4: RIDDLE: Add missing room 402 daemon case
Commit: bdd16491f7170e97c5c0c28f09aa8b67da5c9bbf
https://github.com/scummvm/scummvm/commit/bdd16491f7170e97c5c0c28f09aa8b67da5c9bbf
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2024-08-11T22:12:22-07:00
Commit Message:
M4: RIDDLE: Add missing room 402 daemon case
Changed paths:
engines/m4/riddle/rooms/section4/room402.cpp
diff --git a/engines/m4/riddle/rooms/section4/room402.cpp b/engines/m4/riddle/rooms/section4/room402.cpp
index 9b0be2a44db..7f0429cbb09 100644
--- a/engines/m4/riddle/rooms/section4/room402.cpp
+++ b/engines/m4/riddle/rooms/section4/room402.cpp
@@ -708,6 +708,11 @@ void Room402::daemon() {
_wolfClipping, 10, 10, 0);
break;
+ case 2107:
+ _machine1 = series_stream("402 WOLF TAKE", 7, 0, 111);
+ _val13 = 2110;
+ break;
+
case 2108:
sendWSMessage_10000(1, _machine1, _machine1Series, 44, 16, 111,
_machine1Series, 16, 16, 0);
More information about the Scummvm-git-logs
mailing list