summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/being.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/being.cpp b/src/being.cpp
index 034478067..47e1f03fc 100644
--- a/src/being.cpp
+++ b/src/being.cpp
@@ -1311,7 +1311,7 @@ void Being::logic()
controlParticle(p);
}
- if (curFrame >= frameCount)
+ if (this == player_node && curFrame >= frameCount)
nextTile();
break;