mirror of
https://github.com/mangosfour/server.git
synced 2025-12-12 19:37:03 +00:00
How this happened?
This commit is contained in:
parent
bf728820fc
commit
a030f6aaad
1 changed files with 2 additions and 2 deletions
|
|
@ -94,7 +94,7 @@ void MovementInfo::Read(ByteBuffer &data)
|
|||
data >> t_time;
|
||||
data >> t_seat;
|
||||
|
||||
if(moveFlags2 & MOVEFLAG2_UNK1)
|
||||
if(moveFlags2 & MOVEFLAG2_INTERP_MOVEMENT)
|
||||
data >> t_time2;
|
||||
}
|
||||
|
||||
|
|
@ -139,7 +139,7 @@ void MovementInfo::Write(ByteBuffer &data) const
|
|||
data << t_time;
|
||||
data << t_seat;
|
||||
|
||||
if(moveFlags2 & MOVEFLAG2_UNK1)
|
||||
if(moveFlags2 & MOVEFLAG2_INTERP_MOVEMENT)
|
||||
data << t_time2;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue