From 318fe153eb20f3987c0f4d1792cc25df3ee1ff45 Mon Sep 17 00:00:00 2001 From: tron Date: Thu, 5 Jan 2006 12:40:50 +0000 Subject: (svn r3365) Staticise 36 functions --- waypoint.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'waypoint.c') 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); -- cgit v1.2.3-54-g00ecf