summaryrefslogtreecommitdiff
path: root/openttd.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 /openttd.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 'openttd.c')
-rw-r--r--openttd.c2
1 files changed, 1 insertions, 1 deletions
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