From 85cd063a9dccddcca3aa1bf635e07a1730dd90f1 Mon Sep 17 00:00:00 2001 From: Darkvater Date: Thu, 21 Dec 2006 00:13:56 +0000 Subject: (svn r7521) -Codechange: Rename UpdateAllWaypointCustomGraphics to AfterLoadWaypoints to be more conforming with other such functions. --- waypoint.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'waypoint.h') diff --git a/waypoint.h b/waypoint.h index 0b689b317..75366fb18 100644 --- a/waypoint.h +++ b/waypoint.h @@ -68,6 +68,6 @@ void ShowRenameWaypointWindow(const Waypoint *cp); void DrawWaypointSprite(int x, int y, int image, RailType railtype); void FixOldWaypoints(void); void UpdateAllWaypointSigns(void); -void UpdateAllWaypointCustomGraphics(void); +void AfterLoadWaypoints(void); #endif /* WAYPOINT_H */ -- cgit v1.2.3-54-g00ecf