Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

Fixed typos ind GSDedicated and GSDedicatedClient.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.