Changeset 6028
- Timestamp:
- Nov 4, 2009, 2:23:23 PM (15 years ago)
- Location:
- code/trunk/src/orxonox/gamestates
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/orxonox/gamestates/GSDedicated.cc
r6021 r6028 36 36 #include "util/Debug.h" 37 37 #include "util/Sleep.h" 38 #include "core/CommandLineParse .h"38 #include "core/CommandLineParser.h" 39 39 #include "core/CommandExecutor.h" 40 40 #include "core/Game.h" -
code/trunk/src/orxonox/gamestates/GSDedicatedClient.cc
r6026 r6028 80 80 #endif 81 81 82 this->client_ = new Client(CommandLineParser::getValue("ip").getString(), CommandLine Line::getValue("port"));82 this->client_ = new Client(CommandLineParser::getValue("ip").getString(), CommandLineParser::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.