mirror of
https://github.com/mangosfour/server.git
synced 2025-12-17 16:37:00 +00:00
[0020] Update splines. Author: @Shauren.
Also use movement StatusInfo for players to write movement information. Signed-off-by: Yaki Khadafi <elsoldollo@gmail.com>
This commit is contained in:
parent
bce3248acc
commit
ef498a7689
10 changed files with 243 additions and 182 deletions
|
|
@ -306,6 +306,8 @@ void FlightPathMovementGenerator::Reset(Player& player)
|
|||
}
|
||||
init.SetFirstPointId(GetCurrentNode());
|
||||
init.SetFly();
|
||||
init.SetSmooth();
|
||||
init.SetWalk(true);
|
||||
init.SetVelocity(PLAYER_FLIGHT_SPEED);
|
||||
init.Launch();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue