Core/Movement: MotionMaster reimplementation (#21888)

Internal structure and handling changes, nothing behavioural (or thats the intention at least).
This commit is contained in:
ccrs
2018-06-03 10:06:57 -07:00
committed by GitHub
parent b84348f6fc
commit 982643cd96
96 changed files with 2402 additions and 1471 deletions

View File

@@ -880,7 +880,6 @@ void Map::ScriptsProcess()
if (!cSource->IsAlive())
return;
cSource->GetMotionMaster()->MovementExpired();
cSource->GetMotionMaster()->MoveIdle();
switch (step.script->Movement.MovementType)