refactor(Core/Movement): Naming convention (#13989)

update codestyle

Co-authored-by: Maelthyrr <lynethris@protonmail.ch>
This commit is contained in:
Maelthyr
2022-12-02 09:52:01 +01:00
committed by GitHub
parent b45a35e4c1
commit d2f440c3e8
19 changed files with 149 additions and 148 deletions

View File

@@ -238,7 +238,7 @@ public:
[[nodiscard]] MovementGeneratorType GetMotionSlotType(int slot) const;
[[nodiscard]] uint32 GetCurrentSplineId() const; // Xinef: Escort system
void propagateSpeedChange();
void PropagateSpeedChange();
void ReinitializeMovement();
bool GetDestination(float& x, float& y, float& z);