src/waypoint.cpp
changeset 5838 9c3129cb019b
parent 5835 e0ff603ae0b7
child 5985 e7a55ca9e43d
equal deleted inserted replaced
5837:96b4b92b86ae 5838:9c3129cb019b
   435 		wp = GetWaypoint(index);
   435 		wp = GetWaypoint(index);
   436 		SlObject(wp, _waypoint_desc);
   436 		SlObject(wp, _waypoint_desc);
   437 	}
   437 	}
   438 }
   438 }
   439 
   439 
   440 const ChunkHandler _waypoint_chunk_handlers[] = {
   440 extern const ChunkHandler _waypoint_chunk_handlers[] = {
   441 	{ 'CHKP', Save_WAYP, Load_WAYP, CH_ARRAY | CH_LAST},
   441 	{ 'CHKP', Save_WAYP, Load_WAYP, CH_ARRAY | CH_LAST},
   442 };
   442 };