diff options
Diffstat (limited to 'src')
-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 84ec6a58..9b936803 100644 --- a/src/being.cpp +++ b/src/being.cpp @@ -194,7 +194,7 @@ void Being::setPath(std::list<PATH_NODE> path) { this->path = path; - if (action != WALK) + if (action != WALK && action != DEAD) { nextStep(); walk_time = tick_time; |