mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-04-17 09:33:51 +00:00
refactor: extract updateTaxiAndMountState() from update()
Move 131 lines of taxi flight detection, mount reconciliation, taxi activation timeout, and flight recovery into a dedicated method. update() is now ~277 lines (61% reduction from original 704).
This commit is contained in:
parent
123a19ce1c
commit
3215832fed
2 changed files with 136 additions and 130 deletions
|
|
@ -2317,6 +2317,7 @@ public:
|
|||
void updateNetworking(float deltaTime);
|
||||
void updateTimers(float deltaTime);
|
||||
void updateEntityInterpolation(float deltaTime);
|
||||
void updateTaxiAndMountState(float deltaTime);
|
||||
|
||||
/**
|
||||
* Reset DBC-backed caches so they reload from new expansion data.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue