[Orxonox-commit 1308] r6026 - code/trunk/src/orxonox/gamestates
rgrieder at orxonox.net
rgrieder at orxonox.net
Wed Nov 4 14:19:11 CET 2009
Author: rgrieder
Date: 2009-11-04 14:19:11 +0100 (Wed, 04 Nov 2009)
New Revision: 6026
Modified:
code/trunk/src/orxonox/gamestates/GSDedicatedClient.cc
Log:
Forgot to rename a symbol.
Modified: code/trunk/src/orxonox/gamestates/GSDedicatedClient.cc
===================================================================
--- code/trunk/src/orxonox/gamestates/GSDedicatedClient.cc 2009-11-04 13:15:24 UTC (rev 6025)
+++ code/trunk/src/orxonox/gamestates/GSDedicatedClient.cc 2009-11-04 13:19:11 UTC (rev 6026)
@@ -79,7 +79,7 @@
this->setTerminalMode();
#endif
- this->client_ = new Client(CommandLineParser::getValue("ip").getString(), CommandLine::getValue("port"));
+ this->client_ = new Client(CommandLineParser::getValue("ip").getString(), CommandLineLine::getValue("port"));
COUT(0) << "Loading scene in client mode" << std::endl;
if( !client_->establishConnection() )
More information about the Orxonox-commit
mailing list