equal
deleted
inserted
replaced
148 |
148 |
149 /** |
149 /** |
150 * Update waypoint graphics id against saved GRFID/localidx. |
150 * Update waypoint graphics id against saved GRFID/localidx. |
151 * This is to ensure the chosen graphics are correct if GRF files are changed. |
151 * This is to ensure the chosen graphics are correct if GRF files are changed. |
152 */ |
152 */ |
153 void UpdateAllWaypointCustomGraphics(void) |
153 void AfterLoadWaypoints(void) |
154 { |
154 { |
155 Waypoint *wp; |
155 Waypoint *wp; |
156 |
156 |
157 FOR_ALL_WAYPOINTS(wp) { |
157 FOR_ALL_WAYPOINTS(wp) { |
158 uint i; |
158 uint i; |