- Timestamp:
- Jan 27, 2006, 1:31:08 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/network/src/world_entities/space_ships/space_ship.cc
r6793 r6794 707 707 fabs( oldVelocity.z - velocity.z ) > __OFFSET_VEL ) 708 708 { 709 oldVelocity = velocity; 709 710 SYNCHELP_WRITE_BYTE( DATA_velocity, NWT_SS_B ); 710 711 SYNCHELP_WRITE_FLOAT( velocity.x, NWT_SS_VELX );
Note: See TracChangeset
for help on using the changeset viewer.