[Orxonox-commit 1310] r6028 - code/trunk/src/orxonox/gamestates
dafrick at orxonox.net
dafrick at orxonox.net
Wed Nov 4 14:23:24 CET 2009
Author: dafrick
Date: 2009-11-04 14:23:23 +0100 (Wed, 04 Nov 2009)
New Revision: 6028
Modified:
code/trunk/src/orxonox/gamestates/GSDedicated.cc
code/trunk/src/orxonox/gamestates/GSDedicatedClient.cc
Log:
Fixed typos ind GSDedicated and GSDedicatedClient.
Modified: code/trunk/src/orxonox/gamestates/GSDedicated.cc
===================================================================
--- code/trunk/src/orxonox/gamestates/GSDedicated.cc 2009-11-04 13:20:52 UTC (rev 6027)
+++ code/trunk/src/orxonox/gamestates/GSDedicated.cc 2009-11-04 13:23:23 UTC (rev 6028)
@@ -35,7 +35,7 @@
#include "util/Clock.h"
#include "util/Debug.h"
#include "util/Sleep.h"
-#include "core/CommandLineParse.h"
+#include "core/CommandLineParser.h"
#include "core/CommandExecutor.h"
#include "core/Game.h"
#include "core/GameMode.h"
Modified: code/trunk/src/orxonox/gamestates/GSDedicatedClient.cc
===================================================================
--- code/trunk/src/orxonox/gamestates/GSDedicatedClient.cc 2009-11-04 13:20:52 UTC (rev 6027)
+++ code/trunk/src/orxonox/gamestates/GSDedicatedClient.cc 2009-11-04 13:23:23 UTC (rev 6028)
@@ -79,7 +79,7 @@
this->setTerminalMode();
#endif
- this->client_ = new Client(CommandLineParser::getValue("ip").getString(), CommandLineLine::getValue("port"));
+ this->client_ = new Client(CommandLineParser::getValue("ip").getString(), CommandLineParser::getValue("port"));
COUT(0) << "Loading scene in client mode" << std::endl;
if( !client_->establishConnection() )
More information about the Orxonox-commit
mailing list