diff options
Diffstat (limited to 'rail_cmd.c')
-rw-r--r-- | rail_cmd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rail_cmd.c b/rail_cmd.c index 8518e319c..b84a7a729 100644 --- a/rail_cmd.c +++ b/rail_cmd.c @@ -1342,7 +1342,7 @@ static void DrawSpecialBuilding(uint32 image, uint32 offset, * @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; |