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

@@ -42,7 +42,7 @@ public:
virtual uint32 GetSplineId() const { return 0; } // Xinef: Escort system
virtual void unitSpeedChanged() { }
virtual void UnitSpeedChanged() { }
// timer in ms
virtual void Pause(uint32 /* timer = 0*/) {}