Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 9405 in orxonox.OLD for branches/proxy/src/orxonox.cc


Ignore:
Timestamp:
Jul 24, 2006, 10:52:34 AM (18 years ago)
Author:
patrick
Message:

found server bug: initialization order inconsistency

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/proxy/src/orxonox.cc

    r9398 r9405  
    306306  std::string gameType = Preferences::getInstance()->getString( "game", "gameType", "" );
    307307
    308   if( gameType == "multiplayer_client") // we are a client
    309   {
     308  if( gameType == "multiplayer_client")
     309  {    // we are a client
    310310    State::setOnline(true);
    311311    SharedNetworkData::getInstance()->setNodeType(NET_CLIENT);
Note: See TracChangeset for help on using the changeset viewer.