(svn r13845) -Fix (r13838): When adding a WaterClass to oilrig station tiles, also make use of it.
This commit is contained in:
@@ -2193,7 +2193,7 @@ static void DrawTile_Station(TileInfo *ti)
|
||||
if (t == NULL || t->seq == NULL) t = &_station_display_datas[GetStationType(ti->tile)][GetStationGfx(ti->tile)];
|
||||
|
||||
|
||||
if (IsBuoy(ti->tile) || IsDock(ti->tile)) {
|
||||
if (IsBuoy(ti->tile) || IsDock(ti->tile) || IsOilRig(ti->tile)) {
|
||||
if (ti->tileh == SLOPE_FLAT) {
|
||||
DrawWaterClassGround(ti);
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user