diff options
Diffstat (limited to 'waypoint.h')
-rw-r--r-- | waypoint.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |