mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-03-22 23:30:14 +00:00
Fix transport update handling, add desktop/icon resources, and clean repo artifacts
This commit is contained in:
parent
0a51ec8dda
commit
c20d5441d0
29 changed files with 284 additions and 41 deletions
|
|
@ -418,6 +418,8 @@ struct MovementInfo {
|
|||
float transportZ = 0.0f;
|
||||
float transportO = 0.0f; // Local orientation on transport
|
||||
uint32_t transportTime = 0; // Transport movement timestamp
|
||||
int8_t transportSeat = -1; // Transport seat (-1 when unknown/not seated)
|
||||
uint32_t transportTime2 = 0; // Secondary transport time (when interpolated movement flag is set)
|
||||
|
||||
bool hasFlag(MovementFlags flag) const {
|
||||
return (flags & static_cast<uint32_t>(flag)) != 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue