Changeset 9467 in orxonox.OLD
- Timestamp:
- Jul 25, 2006, 8:37:01 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/proxy/src/lib/network/network_manager.cc
r9463 r9467 136 136 // start the handshake with the master server 137 137 this->networkStream->startHandshake(NET_ID_MASTER_SERVER); 138 139 138 140 // then start the server 139 141 //this->networkStream->createServer( port); 142 143 140 144 // and to the other proxy servers also, this would be very nice if its works 141 145 142 146 143 147 // start the network game manager 144 this->networkStream->createNetworkGameManager();148 // this->networkStream->createNetworkGameManager(); 145 149 146 150
Note: See TracChangeset
for help on using the changeset viewer.