mirror of
https://github.com/mangosfour/server.git
synced 2025-12-16 04:37:00 +00:00
[9437] Move waypoint's GetResetPosition function body to .cpp.
This commit is contained in:
parent
d62336cec2
commit
0dfc2093d5
3 changed files with 7 additions and 5 deletions
|
|
@ -271,6 +271,11 @@ void WaypointMovementGenerator<Creature>::MovementInform(Creature &unit)
|
|||
unit.AI()->MovementInform(WAYPOINT_MOTION_TYPE, i_currentNode);
|
||||
}
|
||||
|
||||
bool WaypointMovementGenerator<Creature>::GetResetPosition( Creature&, float& x, float& y, float& z )
|
||||
{
|
||||
return PathMovementBase<Creature, WaypointPath const*>::GetPosition(x,y,z);
|
||||
}
|
||||
|
||||
//----------------------------------------------------//
|
||||
void FlightPathMovementGenerator::LoadPath(Player &)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue