File diff r2816:3dd6634c2a23 → r2817:7ad46034031f
waypoint.c
Show inline comments
 
@@ -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);