Core: Kill off an unused parameter for NetPlayServer::StartGame

This commit is contained in:
Lioncash 2014-08-02 18:28:26 -04:00
parent 46ce810b45
commit 44a157fc09
3 changed files with 3 additions and 3 deletions

View file

@ -468,7 +468,7 @@ void NetPlayDiag::OnStart(wxCommandEvent&)
NetSettings settings;
GetNetSettings(settings);
netplay_server->SetNetSettings(settings);
netplay_server->StartGame(FindGame());
netplay_server->StartGame();
}
void NetPlayDiag::BootGame(const std::string& filename)