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 8d323eb3a..ee9e04ada 100644
--- a/waypoint.c
+++ b/waypoint.c
@@ -64,7 +64,7 @@ static Waypoint* AllocateWaypoint(void)
}
/* Update the sign for the waypoint */
-void UpdateWaypointSign(Waypoint *wp)
+static void UpdateWaypointSign(Waypoint* wp)
{
Point pt = RemapCoords2(TileX(wp->xy) * 16, TileY(wp->xy) * 16);
SetDParam(0, wp->index);