Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 24, 2008, 12:58:49 AM (16 years ago)
Author:
rgrieder
Message:

fixed a warning in KeyBinder.cc and an error when converting a MultiType to std::string.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/objecthierarchy/src/orxonox/gamestates/GSClient.cc

    r2003 r2004  
    5555        GSLevel::enter();
    5656
    57         this->client_ = new network::Client((std::string)CommandLine::getValue("ip"), CommandLine::getValue("port"));
     57        this->client_ = new network::Client(CommandLine::getValue("ip").getString(), CommandLine::getValue("port"));
    5858
    5959        if(!client_->establishConnection())
Note: See TracChangeset for help on using the changeset viewer.