Changeset 5971 in orxonox.OLD for branches/network/src/orxonox.cc
- Timestamp:
- Dec 7, 2005, 4:31:51 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/network/src/orxonox.cc
r5968 r5971 278 278 PRINT(3)("> Initializing networking\n"); 279 279 280 NetworkManager::getInstance();281 282 280 if( this->clientName != NULL) // we are a client 283 281 NetworkManager::getInstance()->establishConnection(this->clientName, port);
Note: See TracChangeset
for help on using the changeset viewer.