diff options
| author | Lioncash <mathew1800@gmail.com> | 2014-08-02 18:28:26 -0400 |
|---|---|---|
| committer | Lioncash <mathew1800@gmail.com> | 2014-08-02 18:28:26 -0400 |
| commit | 44a157fc09bce992016b18267d8b6101dc9ae293 (patch) | |
| tree | 6915569d5e30c19f755d6c6b608c96d54beb3bb7 /Source/Core/DolphinWX/NetWindow.cpp | |
| parent | 46ce810b45597f8d911e601af846a5d933bfb605 (diff) | |
Core: Kill off an unused parameter for NetPlayServer::StartGame
Diffstat (limited to 'Source/Core/DolphinWX/NetWindow.cpp')
| -rw-r--r-- | Source/Core/DolphinWX/NetWindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/DolphinWX/NetWindow.cpp b/Source/Core/DolphinWX/NetWindow.cpp index 932a74ed70..3943655d10 100644 --- a/Source/Core/DolphinWX/NetWindow.cpp +++ b/Source/Core/DolphinWX/NetWindow.cpp @@ -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) |
