Changeset 2004 for code/branches/objecthierarchy/src/orxonox
- Timestamp:
- Oct 24, 2008, 12:58:49 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/objecthierarchy/src/orxonox/gamestates/GSClient.cc
r2003 r2004 55 55 GSLevel::enter(); 56 56 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")); 58 58 59 59 if(!client_->establishConnection())
Note: See TracChangeset
for help on using the changeset viewer.