mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-11-16 00:12:51 +00:00
(svn r4856) - Newstations: catenary was not drawn on some station tiles
This commit is contained in:
parent
d926fa9f60
commit
56862a8997
@ -720,5 +720,5 @@ bool IsStationTileElectrifiable(TileIndex tile)
|
|||||||
statspec = st->speclist[specindex].spec;
|
statspec = st->speclist[specindex].spec;
|
||||||
if (statspec == NULL) return false;
|
if (statspec == NULL) return false;
|
||||||
|
|
||||||
return HASBIT(statspec->pylons, GetStationGfx(tile));
|
return HASBIT(statspec->pylons, GetStationGfx(tile)) || !HASBIT(statspec->wires, GetStationGfx(tile));
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user