From 15c79d151758a7756c9f1435cc0146dc649d421b Mon Sep 17 00:00:00 2001 From: Bjørn Lindeijer Date: Sun, 3 Jul 2005 21:48:18 +0000 Subject: Don't start walking dead beings. --- src/being.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { this->path = path; - if (action != WALK) + if (action != WALK && action != DEAD) { nextStep(); walk_time = tick_time; -- cgit v1.2.3-70-g09d2