waypoint.c
changeset 2817 58dcead3f545
parent 2752 b5fe5a7e6282
child 2916 8f1aa489701f
--- a/waypoint.c	Thu Jan 05 12:00:38 2006 +0000
+++ b/waypoint.c	Thu Jan 05 12:40:50 2006 +0000
@@ -64,7 +64,7 @@
 }
 
 /* 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);