equal
deleted
inserted
replaced
1714 |
1714 |
1715 YapfNotifyTrackLayoutChange(INVALID_TILE, INVALID_TRACK); |
1715 YapfNotifyTrackLayoutChange(INVALID_TILE, INVALID_TRACK); |
1716 |
1716 |
1717 if (CheckSavegameVersion(34)) FOR_ALL_PLAYERS(p) ResetPlayerLivery(p); |
1717 if (CheckSavegameVersion(34)) FOR_ALL_PLAYERS(p) ResetPlayerLivery(p); |
1718 |
1718 |
1719 FOR_ALL_PLAYERS(p) p->avail_railtypes = GetPlayerRailtypes(p->index); |
1719 FOR_ALL_PLAYERS(p) { |
|
1720 p->avail_railtypes = GetPlayerRailtypes(p->index); |
|
1721 p->avail_roadtypes = GetPlayerRoadtypes(p->index); |
|
1722 } |
1720 |
1723 |
1721 if (!CheckSavegameVersion(27)) AfterLoadStations(); |
1724 if (!CheckSavegameVersion(27)) AfterLoadStations(); |
1722 |
1725 |
1723 { |
1726 { |
1724 /* Set up the engine count for all players */ |
1727 /* Set up the engine count for all players */ |