forked from mirror/OpenTTD
(svn r19973) -Codechange: Add another procedure to chunk handlers for checking savegames (empty for now).
This commit is contained in:
@@ -199,5 +199,5 @@ static void Ptrs_WAYP()
|
||||
}
|
||||
|
||||
extern const ChunkHandler _waypoint_chunk_handlers[] = {
|
||||
{ 'CHKP', NULL, Load_WAYP, Ptrs_WAYP, CH_ARRAY | CH_LAST},
|
||||
{ 'CHKP', NULL, Load_WAYP, Ptrs_WAYP, NULL, CH_ARRAY | CH_LAST},
|
||||
};
|
||||
|
Reference in New Issue
Block a user