mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 04:37:00 +00:00
How this happened?
This commit is contained in:
parent
8363c22715
commit
47451b58a6
1 changed files with 2 additions and 2 deletions
|
|
@ -93,7 +93,7 @@ void MovementInfo::Read(ByteBuffer &data)
|
|||
data >> t_time;
|
||||
data >> t_seat;
|
||||
|
||||
if(moveFlags2 & MOVEFLAG2_UNK1)
|
||||
if(moveFlags2 & MOVEFLAG2_INTERP_MOVEMENT)
|
||||
data >> t_time2;
|
||||
}
|
||||
|
||||
|
|
@ -138,7 +138,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