Changeset 6792 in orxonox.OLD for branches/network/src
- Timestamp:
- Jan 27, 2006, 1:26:15 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/network/src/world_entities/space_ships/space_ship.cc
r6790 r6792 611 611 if ( b == DATA_velocity ) 612 612 { 613 PRINTF(0)("SENDING velocity\n"); 613 614 SYNCHELP_READ_FLOAT( velocity.x, NWT_SS_VELX ); 614 615 SYNCHELP_READ_FLOAT( velocity.y, NWT_SS_VELY );
Note: See TracChangeset
for help on using the changeset viewer.