(svn r25358) -Codechange: save and load link graph jobs and the schedule

This commit is contained in:
fonsinchen
2013-06-09 13:02:05 +00:00
parent 575cabe90a
commit 3d0a0e8e48
4 changed files with 156 additions and 2 deletions

View File

@@ -2790,6 +2790,8 @@ bool AfterLoadGame()
InitializeWindowsAndCaches();
/* Restore the signals */
ResetSignalHandlers();
AfterLoadLinkGraphs();
return true;
}