Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 27, 2008, 10:44:39 PM (16 years ago)
Author:
scheusso
Message:

the client stops now when conenction establishment fails —- testing with spaceship

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/network/src/orxonox/Orxonox.cc

    r1432 r1443  
    404404      client_g = network::Client::createSingleton(serverIp_, serverPort_);
    405405
    406     client_g->establishConnection();
     406    if(!client_g->establishConnection())
     407      return false;
    407408    client_g->tick(0);
    408409
Note: See TracChangeset for help on using the changeset viewer.