Changeset 3283
- Timestamp:
- Jul 13, 2009, 4:59:10 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/netp6/src/orxonox/gamestates/GSDedicated.cc
r3263 r3283 85 85 86 86 this->server_ = new Server(CommandLine::getValue("port")); 87 if( this->commandLine_ )88 delete[] this->commandLine_;89 87 COUT(0) << "Loading scene in server mode" << std::endl; 90 88 … … 104 102 delete this->originalTerminalSettings_; 105 103 #endif 106 //inputThread_->join(); 104 COUT(0) << "Press enter to end the game..." << std::endl; 105 inputThread_->join(); 107 106 delete this->inputThread_; 107 108 if (this->commandLine_ ) 109 delete[] this->commandLine_; 108 110 109 111 GameMode::setHasServer(false);
Note: See TracChangeset
for help on using the changeset viewer.