Fixed line ending style.

This commit is contained in:
hiker 2016-03-13 16:37:19 +11:00
parent e267aa9dff
commit 7783de8770

View File

@ -220,9 +220,9 @@ void CreateServerScreen::createServer()
else
race_manager->setMinorMode(RaceManager::MINOR_MODE_NORMAL_RACE);
core::stringw password_w = getWidget<TextBoxWidget>("password")->getText();
std::string password(core::stringc(password_w.c_str()).c_str());
NetworkConfig::get()->setPassword(password);
core::stringw password_w = getWidget<TextBoxWidget>("password")->getText();
std::string password(core::stringc(password_w.c_str()).c_str());
NetworkConfig::get()->setPassword(password);
race_manager->setReverseTrack(false);
STKHost::create();