Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Feb 2, 2006, 11:57:54 PM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: merged the Network branche back here

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/world_entities/space_ships/space_ship.cc

    r6986 r6994  
    9797  {
    9898    //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.
    100100    if( this->getOwner()%2 == 0)
    101101    {
     
    762762    }
    763763
    764     if ( Playable::needsReadSync() )
     764    while ( Playable::needsReadSync() )
    765765    {
    766766      sentSomething = true;
Note: See TracChangeset for help on using the changeset viewer.