diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/game/WaypointMovementGenerator.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/game/WaypointMovementGenerator.cpp b/src/game/WaypointMovementGenerator.cpp index 8786d25549e..f962c242bff 100644 --- a/src/game/WaypointMovementGenerator.cpp +++ b/src/game/WaypointMovementGenerator.cpp @@ -94,6 +94,8 @@ template<> void WaypointMovementGenerator<Creature>::Initialize(Creature &u) { + i_currentNode = 0; + StopedByPlayer = false; u.StopMoving(); if(!path_id) path_id = u.GetWaypointPath(); |