src/waypoint.cpp
branchcustombridgeheads
changeset 5650 aefc131bf5ce
parent 5649 55c8267c933f
child 5985 e7a55ca9e43d
equal deleted inserted replaced
5649:55c8267c933f 5650:aefc131bf5ce
   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 };