aboutsummaryrefslogtreecommitdiff
path: root/engines/lure/scripts.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/lure/scripts.cpp')
-rw-r--r--engines/lure/scripts.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/lure/scripts.cpp b/engines/lure/scripts.cpp
index 49dfb76433..4de261d998 100644
--- a/engines/lure/scripts.cpp
+++ b/engines/lure/scripts.cpp
@@ -340,6 +340,9 @@ void Script::setBlockingHotspotScript(uint16 charId, uint16 scriptIndex, uint16
Resources &r = Resources::getReference();
uint16 offset = r.getHotspotScript(scriptIndex);
+ if (charId == PLAYER_ID)
+ Room::getReference().setCursorState(CS_SEQUENCE);
+
Hotspot *hs = r.getActiveHotspot(charId);
hs->setHotspotScript(offset);
hs->currentActions().top().setAction(EXEC_HOTSPOT_SCRIPT);