Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 17, 2015, 6:43:35 PM (9 years ago)
Author:
landauf
Message:

avoid implicit conversion in MultiType.get<T>()

File:
1 edited

Legend:

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

    r9667 r10197  
    5858        GameMode::setIsServer(true);
    5959
    60         this->server_ = new Server(CommandLineParser::getValue("port"));
     60        this->server_ = new Server(CommandLineParser::getValue("port").get<int>());
    6161        orxout(user_status) << "Loading scene in server mode" << endl;
    6262
Note: See TracChangeset for help on using the changeset viewer.