(svn r7521) -Codechange: Rename UpdateAllWaypointCustomGraphics to AfterLoadWaypoints to be more conforming with other such functions.
This commit is contained in:
@@ -150,7 +150,7 @@ static Waypoint *FindDeletedWaypointCloseTo(TileIndex tile)
|
||||
* Update waypoint graphics id against saved GRFID/localidx.
|
||||
* This is to ensure the chosen graphics are correct if GRF files are changed.
|
||||
*/
|
||||
void UpdateAllWaypointCustomGraphics(void)
|
||||
void AfterLoadWaypoints(void)
|
||||
{
|
||||
Waypoint *wp;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user