How this happened?

This commit is contained in:
tomrus88 2010-03-15 14:56:03 +03:00
parent 8363c22715
commit 47451b58a6

View file

@ -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;
}