summaryrefslogtreecommitdiff
path: root/waypoint.c
diff options
context:
space:
mode:
authortron <tron@openttd.org>2005-10-16 09:13:04 +0000
committertron <tron@openttd.org>2005-10-16 09:13:04 +0000
commite3d1e435593b1a8b47f07ba2db2a7bb70ab27012 (patch)
tree3d8e77c53a48b7cf354777fe120740126f2a7615 /waypoint.c
parentd318f3763ad44fff235ab132c11797090b5499c6 (diff)
downloadopenttd-e3d1e435593b1a8b47f07ba2db2a7bb70ab27012.tar.xz
(svn r3049) Replace byte/int/uint by RailType where appropriate
Diffstat (limited to 'waypoint.c')
-rw-r--r--waypoint.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/waypoint.c b/waypoint.c
index 5ffd9791c..a2e46fdf8 100644
--- a/waypoint.c
+++ b/waypoint.c
@@ -360,7 +360,7 @@ extern uint16 _custom_sprites_base;
/* Draw a waypoint */
-void DrawWaypointSprite(int x, int y, int stat_id, uint railtype)
+void DrawWaypointSprite(int x, int y, int stat_id, RailType railtype)
{
StationSpec *stat;
uint32 relocation;