Changeset 6994 in orxonox.OLD for trunk/src/world_entities/space_ships
- Timestamp:
- Feb 2, 2006, 11:57:54 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/space_ships/space_ship.cc
r6986 r6994 97 97 { 98 98 //this->loadModel("models/ships/reap_#.obj"); 99 // /HACK this is only for network multiplayer games.99 //TODO HACK this is only for network multiplayer games. 100 100 if( this->getOwner()%2 == 0) 101 101 { … … 762 762 } 763 763 764 if( Playable::needsReadSync() )764 while ( Playable::needsReadSync() ) 765 765 { 766 766 sentSomething = true;
Note: See TracChangeset
for help on using the changeset viewer.