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 b1501eff73..e4570148d6 100644
--- a/engines/lure/hotspots.cpp
+++ b/engines/lure/hotspots.cpp
@@ -308,7 +308,7 @@ void Hotspot::stopWalking() {
_actionCtr = 0;
_currentActions.clear();
Room::getReference().setCursorState(CS_NONE);
- Resources::getReference().setCurrentAction(NONE);
+ setCurrentAction(NO_ACTION);
}
void Hotspot::setDirection(Direction dir) {