[Scummvm-git-logs] scummvm master -> 146a69f37cd9526a94ccb32b78921108d26a3a4b
Strangerke
noreply at scummvm.org
Tue Jul 1 20:50:02 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:
146a69f37c M4: RIDDLE: Partial fix for bug #16065 in room 204 - Fix Silver Butterfly
Commit: 146a69f37cd9526a94ccb32b78921108d26a3a4b
https://github.com/scummvm/scummvm/commit/146a69f37cd9526a94ccb32b78921108d26a3a4b
Author: Strangerke (arnaud.boutonne at gmail.com)
Date: 2025-07-01T21:49:30+01:00
Commit Message:
M4: RIDDLE: Partial fix for bug #16065 in room 204 - Fix Silver Butterfly
Changed paths:
engines/m4/riddle/rooms/section2/room204.cpp
diff --git a/engines/m4/riddle/rooms/section2/room204.cpp b/engines/m4/riddle/rooms/section2/room204.cpp
index ddb7d95e4d3..a66ea75250d 100644
--- a/engines/m4/riddle/rooms/section2/room204.cpp
+++ b/engines/m4/riddle/rooms/section2/room204.cpp
@@ -619,7 +619,7 @@ void Room204::parser() {
goto done;
}
- if (lookFl && player_said("SILVER BUTTERFLY") && inv_player_has("SILVER BUTTERFLY")) {
+ if (lookFl && player_said("SILVER BUTTERFLY") && inv_object_is_here("SILVER BUTTERFLY")) {
switch (_G(kernel).trigger) {
case -1:
case 666:
More information about the Scummvm-git-logs
mailing list