Changeset 6026
- Timestamp:
- Nov 4, 2009, 2:19:11 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/orxonox/gamestates/GSDedicatedClient.cc
r6021 r6026 80 80 #endif 81 81 82 this->client_ = new Client(CommandLineParser::getValue("ip").getString(), CommandLine ::getValue("port"));82 this->client_ = new Client(CommandLineParser::getValue("ip").getString(), CommandLineLine::getValue("port")); 83 83 COUT(0) << "Loading scene in client mode" << std::endl; 84 84
Note: See TracChangeset
for help on using the changeset viewer.