Changeset 9254 in orxonox.OLD for branches/proxy/src/lib/network/network_stream.cc
- Timestamp:
- Jul 12, 2006, 1:56:38 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/proxy/src/lib/network/network_stream.cc
r9252 r9254 92 92 this->init(); 93 93 this->serverSocket = new UdpServerSocket(port); 94 this->bActive = true;94 // this->bActive = true; 95 95 } 96 96 … … 103 103 /* set the class id for the base object */ 104 104 this->setClassID(CL_NETWORK_STREAM, "NetworkStream"); 105 this->bActive = false;105 // this->bActive = false; 106 106 this->serverSocket = NULL; 107 107 this->networkGameManager = NULL; … … 198 198 sync.setNetworkStream( this ); 199 199 200 this->bActive = true;200 // this->bActive = true; 201 201 } 202 202
Note: See TracChangeset
for help on using the changeset viewer.