Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6028


Ignore:
Timestamp:
Nov 4, 2009, 2:23:23 PM (14 years ago)
Author:
dafrick
Message:

Fixed typos ind GSDedicated and GSDedicatedClient.

Location:
code/trunk/src/orxonox/gamestates
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/orxonox/gamestates/GSDedicated.cc

    r6021 r6028  
    3636#include "util/Debug.h"
    3737#include "util/Sleep.h"
    38 #include "core/CommandLineParse.h"
     38#include "core/CommandLineParser.h"
    3939#include "core/CommandExecutor.h"
    4040#include "core/Game.h"
  • code/trunk/src/orxonox/gamestates/GSDedicatedClient.cc

    r6026 r6028  
    8080#endif
    8181
    82         this->client_ = new Client(CommandLineParser::getValue("ip").getString(), CommandLineLine::getValue("port"));
     82        this->client_ = new Client(CommandLineParser::getValue("ip").getString(), CommandLineParser::getValue("port"));
    8383        COUT(0) << "Loading scene in client mode" << std::endl;
    8484
Note: See TracChangeset for help on using the changeset viewer.