NetPlay: Allow hosts to stop the game by closing the game window

This commit is contained in:
Jasper St. Pierre
2013-08-14 17:50:21 -04:00
parent 92f8d79574
commit 5241deaebe
3 changed files with 15 additions and 1 deletions

View File

@ -1049,6 +1049,7 @@ void CFrame::DoStop()
DoRecordingSave();
if(Movie::IsPlayingInput() || Movie::IsRecordingInput())
Movie::EndPlayInput(false);
NetPlay::StopGame();
wxBeginBusyCursor();
BootManager::Stop();