diff options
Diffstat (limited to 'src/being.cpp')
-rw-r--r-- | src/being.cpp | 2 |
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; |