File diff r25701:43594ed167c5 → r25702:89c61c19a4db
src/saveload/waypoint_sl.cpp
Show inline comments
 
@@ -225,7 +225,7 @@ static void Ptrs_WAYP()
 
}
 

	
 
static const ChunkHandler waypoint_chunk_handlers[] = {
 
	{ 'CHKP', nullptr, Load_WAYP, Ptrs_WAYP, nullptr, CH_ARRAY },
 
	{ 'CHKP', nullptr, Load_WAYP, Ptrs_WAYP, nullptr, CH_READONLY },
 
};
 

	
 
extern const ChunkHandlerTable _waypoint_chunk_handlers(waypoint_chunk_handlers);