diff options
-rw-r--r-- | engines/lure/hotspots.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/lure/hotspots.cpp b/engines/lure/hotspots.cpp index 8fe8e74c76..534fe41acf 100644 --- a/engines/lure/hotspots.cpp +++ b/engines/lure/hotspots.cpp @@ -3878,6 +3878,7 @@ void HotspotTickHandlers::castleSkorlAnimHandler(Hotspot &h) { HotspotData *hotspot = res.getHotspot(h.hotspotId()); assert(hotspot); res.deactivateHotspot(hotspot->hotspotId); + hotspot->roomNumber = 0xffff; hotspot->layer = 255; hotspot->talkCountdown = 0; hotspot->flags |= HOTSPOTFLAG_MENU_EXCLUSION; |