forked from mirror/OpenTTD
(svn r7521) -Codechange: Rename UpdateAllWaypointCustomGraphics to AfterLoadWaypoints to be more conforming with other such functions.
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user