(svn r17439) -Fix (r17436): you weren't paid for cargo delivered to houses and headquarters anymore

This commit is contained in:
smatz
2009-09-07 07:39:08 +00:00
parent ef42e87e31
commit 5d622fd840
12 changed files with 46 additions and 20 deletions

View File

@@ -1946,6 +1946,11 @@ bool AfterLoadGame()
}
}
if (CheckSavegameVersion(127)) {
Station *st;
FOR_ALL_STATIONS(st) UpdateStationAcceptance(st, false);
}
AfterLoadLabelMaps();
GamelogPrintDebug(1);