(svn r25620) -Fix (r25342): Save/load of story books were broken

This commit is contained in:
zuu
2013-07-21 13:18:45 +00:00
parent 5eb8f0a0bb
commit 09897c5fd6
6 changed files with 45 additions and 18 deletions

View File

@@ -2818,6 +2818,7 @@ bool AfterLoadGame()
AfterLoadRoadStops();
AfterLoadLabelMaps();
AfterLoadCompanyStats();
AfterLoadStoryBook();
GamelogPrintDebug(1);