From 5c9553d48bba3cfb8b65d56e82170d87cd1e08b3 Mon Sep 17 00:00:00 2001 From: rubidium Date: Wed, 19 Sep 2007 16:36:42 +0000 Subject: (svn r11128) -Fix: a lot of graphical glitches by changing some bounding boxes. It's not perfect yet, but a *very* good step into the right direction. Patch by frosch. --- src/rail.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/rail.h') diff --git a/src/rail.h b/src/rail.h index 1bd014d17..94ab46853 100644 --- a/src/rail.h +++ b/src/rail.h @@ -788,6 +788,7 @@ void DrawDefaultWaypointSprite(int x, int y, RailType railtype); * @see DrawCatenaryRailway */ void DrawCatenary(const TileInfo *ti); +void DrawCatenaryOnTunnel(const TileInfo *ti); Foundation GetRailFoundation(Slope tileh, TrackBits bits); -- cgit v1.2.3-54-g00ecf