Changeset 6796 in orxonox.OLD for branches/network/src/world_entities
- Timestamp:
- Jan 27, 2006, 1:36:55 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/network/src/world_entities/space_ships/space_ship.cc
r6795 r6796 687 687 SYNCHELP_WRITE_INT( mask, NWT_SS_FLAGS ); 688 688 } 689 #define __OFFSET_ROT 0.0 5689 #define __OFFSET_ROT 0.01 690 690 if ( fabs( oldMouseDir.w - mouseDir.w ) > __OFFSET_ROT || 691 691 fabs( oldMouseDir.v.x - mouseDir.v.x ) > __OFFSET_ROT ||
Note: See TracChangeset
for help on using the changeset viewer.