forked from mirror/OpenTTD
(svn r12853) -Fix: catenary on tunnel entrances and middle bridge pieces was drawn twice in some cases
This commit is contained in:
@@ -216,6 +216,7 @@ static inline bool HasCatenary(RailType rt)
|
||||
*/
|
||||
void DrawCatenary(const TileInfo *ti);
|
||||
void DrawCatenaryOnTunnel(const TileInfo *ti);
|
||||
void DrawCatenaryOnBridge(const TileInfo *ti);
|
||||
|
||||
Foundation GetRailFoundation(Slope tileh, TrackBits bits);
|
||||
|
||||
|
Reference in New Issue
Block a user