Fix f5381798: Station::GetTileArea reduced docks to a single tile (#8014)

pull/135/head
SamuXarick 4 years ago committed by GitHub
parent 0ade8b20fe
commit ea7044a74b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -400,13 +400,10 @@ void Station::GetTileArea(TileArea *ta, StationType type) const
case STATION_DOCK:
case STATION_OILRIG:
*ta = this->docking_station;
break;
return;
default: NOT_REACHED();
}
ta->w = 1;
ta->h = 1;
}
/**

Loading…
Cancel
Save