diff options
Diffstat (limited to 'waypoint.c')
-rw-r--r-- | waypoint.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/waypoint.c b/waypoint.c index 64d508b92..eaf927504 100644 --- a/waypoint.c +++ b/waypoint.c @@ -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; |