From 66de4c5358ccb868d18e64418bfd156999a173bf Mon Sep 17 00:00:00 2001 From: "shadowu@mail.bg" Date: Thu, 11 Dec 2008 05:50:31 +0200 Subject: *Waypoint Movement Generator - fixed typo --HG-- branch : trunk --- src/game/WaypointMovementGenerator.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/game/WaypointMovementGenerator.cpp b/src/game/WaypointMovementGenerator.cpp index 576c1f0d26e..e1ce805aa0b 100644 --- a/src/game/WaypointMovementGenerator.cpp +++ b/src/game/WaypointMovementGenerator.cpp @@ -77,7 +77,10 @@ bool WaypointMovementGenerator::GetDestination(float &x, float &y, flo } template<> -bool WaypointMovementGenerator::GetDestination(float &x, float &y, float &z) const {} +bool WaypointMovementGenerator::GetDestination(float &x, float &y, float &z) const +{ + return false; +} template<> void WaypointMovementGenerator::Reset(Creature &unit){} -- cgit v1.2.3