mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-03-23 07:40:14 +00:00
Fix taxi dismount: clear currentMountDisplayId_ in client path completion
The client path animation completion was calling mountCallback_(0) but not clearing currentMountDisplayId_, leaving isMounted() returning true after landing. All three dismount paths now consistently clear the flag.
This commit is contained in:
parent
d7aabc0caa
commit
4e0e54a0f0
1 changed files with 1 additions and 0 deletions
|
|
@ -5153,6 +5153,7 @@ void GameHandler::updateClientTaxi(float deltaTime) {
|
|||
}
|
||||
taxiMountActive_ = false;
|
||||
taxiMountDisplayId_ = 0;
|
||||
currentMountDisplayId_ = 0;
|
||||
taxiClientPath_.clear();
|
||||
taxiRecoverPending_ = false;
|
||||
movementInfo.flags = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue