mirror of
https://github.com/mangosfour/server.git
synced 2025-12-27 01:37:04 +00:00
Over 100 camangos Cata commits applied (to c12950)
Over 100 camangos Cata commits applied. up to and inclusing c12950.
This commit is contained in:
parent
b4ec0440aa
commit
eef77eadb9
117 changed files with 4314 additions and 3547 deletions
|
|
@ -179,6 +179,13 @@ namespace Movement
|
|||
vertical_acceleration = 0.f;
|
||||
effect_start_time = 0;
|
||||
|
||||
// detect Stop command
|
||||
if (splineflags.done)
|
||||
{
|
||||
spline.clear();
|
||||
return;
|
||||
}
|
||||
|
||||
init_spline(args);
|
||||
|
||||
// init parabolic / animation
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue