summaryrefslogtreecommitdiff
path: root/src/rail.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2007-09-19 16:36:42 +0000
committerrubidium <rubidium@openttd.org>2007-09-19 16:36:42 +0000
commit5c9553d48bba3cfb8b65d56e82170d87cd1e08b3 (patch)
tree43eeb8d8df5dc2673e5adeba591247acb8e3bbe2 /src/rail.h
parent92a827800f690c04927c5cbbdd5fa788b9f2cd4c (diff)
downloadopenttd-5c9553d48bba3cfb8b65d56e82170d87cd1e08b3.tar.xz
(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.
Diffstat (limited to 'src/rail.h')
-rw-r--r--src/rail.h1
1 files changed, 1 insertions, 0 deletions
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);