rail_cmd.c
changeset 2817 cdf488223c23
parent 2753 b25bd313785e
child 2821 cb5abbcc0f0c
--- a/rail_cmd.c	Thu Jan 05 12:00:38 2006 +0000
+++ b/rail_cmd.c	Thu Jan 05 12:40:50 2006 +0000
@@ -1342,7 +1342,7 @@
  * @param snow Draw as snow
  * @param flat Always draw foundation
  */
-void DrawTrackBits(TileInfo *ti, TrackBits track, bool earth, bool snow, bool flat)
+static void DrawTrackBits(TileInfo* ti, TrackBits track, bool earth, bool snow, bool flat)
 {
 	const RailtypeInfo *rti = GetRailTypeInfo(GetRailType(ti->tile));
 	PalSpriteID image;