From 0347fb2ab67e942826523424c35ede66d27339fe Mon Sep 17 00:00:00 2001 From: tron Date: Sun, 23 Apr 2006 13:48:16 +0000 Subject: (svn r4541) Add a type for slopes and replace many magic numbers by the appropriate enums --- rail.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rail.h') diff --git a/rail.h b/rail.h index 5e9089614..9a7240b4f 100644 --- a/rail.h +++ b/rail.h @@ -480,5 +480,5 @@ void DrawDefaultWaypointSprite(int x, int y, RailType railtype); */ void DrawCatenary(const TileInfo *ti); -uint GetRailFoundation(uint tileh, TrackBits bits); +uint GetRailFoundation(Slope tileh, TrackBits bits); #endif /* RAIL_H */ -- cgit v1.2.3-70-g09d2