(svn r7521) -Codechange: Rename UpdateAllWaypointCustomGraphics to AfterLoadWaypoints to be more conforming with other such functions.
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user