[Scummvm-git-logs] scummvm master -> 919111ef05142d79ca7f9392b35b78e624e35472
Strangerke
noreply at scummvm.org
Sat Jan 3 10:27:49 UTC 2026
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:
919111ef05 M4: RIDDLE: Fix for ticket #16422 - Duplicate Rebus Amulet hotspot
Commit: 919111ef05142d79ca7f9392b35b78e624e35472
https://github.com/scummvm/scummvm/commit/919111ef05142d79ca7f9392b35b78e624e35472
Author: Strangerke (arnaud.boutonne at gmail.com)
Date: 2026-01-03T11:27:38+01:00
Commit Message:
M4: RIDDLE: Fix for ticket #16422 - Duplicate Rebus Amulet hotspot
Changed paths:
engines/m4/riddle/rooms/section2/room207.cpp
diff --git a/engines/m4/riddle/rooms/section2/room207.cpp b/engines/m4/riddle/rooms/section2/room207.cpp
index 05115e5c9d7..6e67316171f 100644
--- a/engines/m4/riddle/rooms/section2/room207.cpp
+++ b/engines/m4/riddle/rooms/section2/room207.cpp
@@ -126,7 +126,7 @@ void Room207::init() {
}
}
- if (inv_object_is_here("REBUS AMULET")) {
+ if (!inv_object_is_here("REBUS AMULET")) {
hotspot_set_active(_G(currentSceneDef).hotspots, "REBUS AMULET", false);
} else {
_rebusAmuletSeries = series_load("rebus amulet", -1, nullptr);
More information about the Scummvm-git-logs
mailing list