Revert "refactor(Core/Movement): Naming convention" (#14100)

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

This reverts commit d2f440c3e8.
This commit is contained in:
Skjalf
2022-12-10 23:53:09 -03:00
committed by GitHub
parent 35e4b935b8
commit 19fa22ba92
19 changed files with 148 additions and 149 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);