From 39eff474d3f980bd440610adb6a0e292bf7f5459 Mon Sep 17 00:00:00 2001 From: Darkvater Date: Thu, 21 Dec 2006 00:13:56 +0000 Subject: (svn r7521) -Codechange: Rename UpdateAllWaypointCustomGraphics to AfterLoadWaypoints to be more conforming with other such functions. --- openttd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openttd.c') diff --git a/openttd.c b/openttd.c index d91061395..c9d59c2f1 100644 --- a/openttd.c +++ b/openttd.c @@ -1406,7 +1406,7 @@ bool AfterLoadGame(void) } else { /* As of version 17, we recalculate the custom graphic ID of waypoints * from the GRF ID / station index. */ - UpdateAllWaypointCustomGraphics(); + AfterLoadWaypoints(); } /* From version 15, we moved a semaphore bit from bit 2 to bit 3 in m4, making -- cgit v1.2.3-70-g09d2