aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/lure/hotspots.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/lure/hotspots.cpp b/engines/lure/hotspots.cpp
index 56548a024a..b4c891fb94 100644
--- a/engines/lure/hotspots.cpp
+++ b/engines/lure/hotspots.cpp
@@ -3725,7 +3725,7 @@ void HotspotTickHandlers::goewinShopAnimHandler(Hotspot &h) {
Resources &res = Resources::getReference();
ValueTableData &fields = res.fieldList();
- h.setDirection(UP);
+ h.resource()->actionHotspotId = 0;
h.setCharacterMode(CHARMODE_WAIT_FOR_INTERACT);
h.handleTalkDialog();