- Timestamp:
- Jan 27, 2006, 1:28:59 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/network/src/world_entities/space_ships/space_ship.cc
r6792 r6793 702 702 SYNCHELP_WRITE_FLOAT( mouseDir.v.z, NWT_SS_MOUSEDIRZ ); 703 703 } 704 #define __OFFSET_VEL 0.5704 #define __OFFSET_VEL 5 705 705 if ( fabs( oldVelocity.x - velocity.x ) > __OFFSET_VEL || 706 706 fabs( oldVelocity.y - velocity.y ) > __OFFSET_VEL ||
Note: See TracChangeset
for help on using the changeset viewer.