(svn r4757) - Newstations: add saveload support for custom station speclists

This commit is contained in:
peter1138
2006-05-06 21:46:26 +00:00
parent db77493ac0
commit 6b8b8395e4
6 changed files with 53 additions and 2 deletions

View File

@@ -1426,5 +1426,7 @@ bool AfterLoadGame(void)
FOR_ALL_PLAYERS(p) p->avail_railtypes = GetPlayerRailtypes(p->index);
if (!CheckSavegameVersion(27)) AfterLoadStations();
return true;
}