summaryrefslogtreecommitdiff
path: root/waypoint.c
diff options
context:
space:
mode:
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 a3dbbb443..8e363ea5f 100644
--- a/waypoint.c
+++ b/waypoint.c
@@ -405,7 +405,7 @@ void DrawWaypointSprite(int x, int y, int stat_id, RailType railtype)
return;
}
- relocation = GetCustomStationRelocation(statspec, NULL, 1);
+ relocation = GetCustomStationRelocation(statspec, NULL, INVALID_TILE, 1);
// emulate station tile - open with building
// add 1 to get the other direction
cust = &statspec->renderdata[2];