aboutsummaryrefslogtreecommitdiff
path: root/engines/lure
diff options
context:
space:
mode:
Diffstat (limited to 'engines/lure')
-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 b4c891fb94..1f3f081e98 100644
--- a/engines/lure/hotspots.cpp
+++ b/engines/lure/hotspots.cpp
@@ -526,7 +526,7 @@ void Hotspot::endAction() {
}
void Hotspot::setDirection(Direction dir) {
- if (_numFrames == 0) return;
+ if ((_numFrames == 0) || (_direction == dir)) return;
uint8 newFrameNumber = 0;
switch (dir) {