(svn r4856) - Newstations: catenary was not drawn on some station tiles

replace/41b28d7194a279bdc17475d4fbe2ea6ec885a466
glx 19 years ago
parent d926fa9f60
commit 56862a8997

@ -720,5 +720,5 @@ bool IsStationTileElectrifiable(TileIndex tile)
statspec = st->speclist[specindex].spec;
if (statspec == NULL) return false;
return HASBIT(statspec->pylons, GetStationGfx(tile));
return HASBIT(statspec->pylons, GetStationGfx(tile)) || !HASBIT(statspec->wires, GetStationGfx(tile));
}

Loading…
Cancel
Save