(svn r19973) -Codechange: Add another procedure to chunk handlers for checking savegames (empty for now).

This commit is contained in:
frosch
2010-06-13 14:11:59 +00:00
parent 56fbbdeafd
commit 62ac138154
27 changed files with 49 additions and 48 deletions

View File

@@ -61,5 +61,5 @@ static void Ptrs_DEPT()
}
extern const ChunkHandler _depot_chunk_handlers[] = {
{ 'DEPT', Save_DEPT, Load_DEPT, Ptrs_DEPT, CH_ARRAY | CH_LAST},
{ 'DEPT', Save_DEPT, Load_DEPT, Ptrs_DEPT, NULL, CH_ARRAY | CH_LAST},
};