File diff r10261:8cd93ccf90f1 → r10262:afb30c59e62b
src/openttd.cpp
Show inline comments
 
@@ -1507,7 +1507,8 @@ bool AfterLoadGame()
 
			case MP_STATION: {
 
				Station *st = GetStationByTile(t);
 

	
 
				st->rect.BeforeAddTile(t, StationRect::ADD_FORCE);
 
				/* Set up station spread; buoys do not have one */
 
				if (!IsBuoy(t)) st->rect.BeforeAddTile(t, StationRect::ADD_FORCE);
 

	
 
				switch (GetStationType(t)) {
 
					case STATION_TRUCK: