(svn r24482) -Fix [FS#5232] (r24180): Do not call RebuildSubsidisedSourceAndDestinationCache() before subsidy savegame conversion is finished.

This commit is contained in:
frosch
2012-08-18 11:38:06 +00:00
parent d17ec934f5
commit b11b0bb0e2
2 changed files with 2 additions and 3 deletions

View File

@@ -50,8 +50,6 @@ void RebuildTownCaches()
UpdateTownCargoes(town);
}
UpdateTownCargoBitmap();
RebuildSubsidisedSourceAndDestinationCache();
}
/**