summaryrefslogtreecommitdiff
path: root/src/being.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/being.cpp')
-rw-r--r--src/being.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/being.cpp b/src/being.cpp
index c3add140..f49e7145 100644
--- a/src/being.cpp
+++ b/src/being.cpp
@@ -211,6 +211,9 @@ void Being::nextStep()
y = path->y;
} else {
action = STAND;
+ if (this == player_node) {
+ walk_status = 0;
+ }
}
frame = 0;
walk_time = tick_time;