How this happened?

This commit is contained in:
tomrus88 2010-03-15 14:56:03 +03:00
parent bf728820fc
commit a030f6aaad

View file

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