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 876fb7ec057..e0ab491f2e1 100644 --- a/src/game/WaypointMovementGenerator.cpp +++ b/src/game/WaypointMovementGenerator.cpp @@ -68,7 +68,7 @@ bool WaypointMovementGenerator<Player>::GetDestination(float & /*x*/, float & /* } template<> -void WaypointMovementGenerator<Creature>::Reset(Creature & /*unit*/unit) +void WaypointMovementGenerator<Creature>::Reset(Creature & /*unit*/) { StopedByPlayer = true; i_nextMoveTime.Reset(0); |