summaryrefslogtreecommitdiff
path: root/waypoint.c
diff options
context:
space:
mode:
authorDarkvater <darkvater@openttd.org>2006-12-21 00:13:56 +0000
committerDarkvater <darkvater@openttd.org>2006-12-21 00:13:56 +0000
commit39eff474d3f980bd440610adb6a0e292bf7f5459 (patch)
tree6d57ebdb603e24ff10ed51cfade95a16ac374379 /waypoint.c
parent52cf13bff6769b4922abcf60b5ae38f1d8588842 (diff)
downloadopenttd-39eff474d3f980bd440610adb6a0e292bf7f5459.tar.xz
(svn r7521) -Codechange: Rename UpdateAllWaypointCustomGraphics to AfterLoadWaypoints to be more conforming with other such functions.
Diffstat (limited to 'waypoint.c')
-rw-r--r--waypoint.c2
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;