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:
@@ -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:
|
||||
|
Reference in New Issue
Block a user