From 95683b8ecea0b12342b259e501e7eed8b5c40ee6 Mon Sep 17 00:00:00 2001 From: Bjørn Lindeijer Date: Thu, 10 Mar 2005 23:36:38 +0000 Subject: This should make mouse walking work. --- src/being.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/being.cpp') 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; -- cgit v1.2.3-60-g2f50