diff options
Diffstat (limited to 'src/game/WaypointMovementGenerator.cpp')
-rw-r--r-- | src/game/WaypointMovementGenerator.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/WaypointMovementGenerator.cpp b/src/game/WaypointMovementGenerator.cpp index 06b821178a0..2437f5d48ed 100644 --- a/src/game/WaypointMovementGenerator.cpp +++ b/src/game/WaypointMovementGenerator.cpp @@ -674,3 +674,4 @@ int GetFCost(int to, int num, int parentNum, float *gcost) } #endif //__PATHFINDING__ + |