Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6026


Ignore:
Timestamp:
Nov 4, 2009, 2:19:11 PM (14 years ago)
Author:
rgrieder
Message:

Forgot to rename a symbol.

File:
1 edited

Legend:

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

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