waypoint.c
changeset 5350 db5f6bf223d7
parent 5348 0f05b1348b5a
child 5520 82988aae1562
child 5573 afa6f92a71fd
equal deleted inserted replaced
5349:6a220d58c0ce 5350:db5f6bf223d7
   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;