Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 9467 in orxonox.OLD


Ignore:
Timestamp:
Jul 25, 2006, 8:37:01 PM (18 years ago)
Author:
patrick
Message:

not creating the network game manager, since it is created by the handshake from the master server

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/proxy/src/lib/network/network_manager.cc

    r9463 r9467  
    136136  // start the handshake with the master server
    137137  this->networkStream->startHandshake(NET_ID_MASTER_SERVER);
     138
     139
    138140  // then start the server
    139141  //this->networkStream->createServer( port);
     142
     143
    140144  // and to the other proxy servers also, this would be very nice if its works
    141145
    142146
    143147  // start the network game manager
    144   this->networkStream->createNetworkGameManager();
     148//   this->networkStream->createNetworkGameManager();
    145149
    146150
Note: See TracChangeset for help on using the changeset viewer.