[Scummvm-git-logs] scummvm master -> 504e0b40713b907e30335db676785f16ad127b4c
Strangerke
noreply at scummvm.org
Tue Jul 1 04:36:24 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:
504e0b4071 M4: RIDDLE: Partial fix for bug #16064 in room 701 - It's now possible to look at the brochure in the inventory
Commit: 504e0b40713b907e30335db676785f16ad127b4c
https://github.com/scummvm/scummvm/commit/504e0b40713b907e30335db676785f16ad127b4c
Author: Strangerke (arnaud.boutonne at gmail.com)
Date: 2025-07-01T05:36:17+01:00
Commit Message:
M4: RIDDLE: Partial fix for bug #16064 in room 701 - It's now possible to look at the brochure in the inventory
Changed paths:
engines/m4/riddle/rooms/section7/room701.cpp
diff --git a/engines/m4/riddle/rooms/section7/room701.cpp b/engines/m4/riddle/rooms/section7/room701.cpp
index a8cbd89ba2d..f1c627b40c6 100644
--- a/engines/m4/riddle/rooms/section7/room701.cpp
+++ b/engines/m4/riddle/rooms/section7/room701.cpp
@@ -254,7 +254,7 @@ void Room701::parser() {
digi_play("com005", 1, 255, -1, 997);
else if (takeFl && player_said("Yeti Skin"))
digi_play("701R24", 1, 255, -1, -1);
- else if (player_said("PRAYER WHEEL BROCHURE", "PRAYER WHEEL") && inv_player_has("PRAYER WHEEL BROCHURE")) {
+ else if (player_said_any("PRAYER WHEEL BROCHURE", "PRAYER WHEEL") && inv_player_has("PRAYER WHEEL BROCHURE")) {
switch (_G(kernel).trigger) {
case -1:
player_set_commands_allowed(false);
More information about the Scummvm-git-logs
mailing list