diff options
Diffstat (limited to 'src/game/WaypointMovementGenerator.cpp')
| -rw-r--r-- | src/game/WaypointMovementGenerator.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/WaypointMovementGenerator.cpp b/src/game/WaypointMovementGenerator.cpp index 42212113f61..71d05d073d2 100644 --- a/src/game/WaypointMovementGenerator.cpp +++ b/src/game/WaypointMovementGenerator.cpp @@ -85,7 +85,7 @@ bool WaypointMovementGenerator<Player>::GetDestination(float &x, float &y, float template<> void WaypointMovementGenerator<Creature>::Reset(Creature &unit) { - StopedByPlayer = false; + StopedByPlayer = true; i_nextMoveTime.Reset(0); } |
