1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-31 02:19:09 +00:00

(svn r16916) -Fix (r16909): station acceptance was reset after game load

This commit is contained in:
smatz
2009-07-22 15:10:58 +00:00
parent 5f3a097b86
commit 13a7c550ad

View File

@@ -608,6 +608,9 @@ bool AfterLoadGame()
Station *st = Station::GetByTile(t);
if (st == NULL) break;
/* Set up station spread; waypoints do not have one */
st->rect.BeforeAddTile(t, StationRect::ADD_FORCE);
switch (GetStationType(t)) {
case STATION_TRUCK:
case STATION_BUS: