Skip to content

Commit

Permalink
Should fix #5152
Browse files Browse the repository at this point in the history
  • Loading branch information
ashdnazg committed Mar 7, 2016
1 parent 6818c13 commit 968aba7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rts/Game/Game.cpp
Expand Up @@ -396,13 +396,13 @@ void CGame::LoadGame(const std::string& mapName, bool threaded)
if (!gu->globalQuit) LoadFinalize();
if (!gu->globalQuit) LoadSkirmishAIs();

finishedLoading = true;

if (!gu->globalQuit && saveFile) {
loadscreen->SetLoadMessage("Loading game");
saveFile->LoadGame();
}

finishedLoading = true;

Watchdog::DeregisterThread(WDT_LOAD);
AddTimedJobs();
}
Expand Down

0 comments on commit 968aba7

Please sign in to comment.