(svn r19973) -Codechange: Add another procedure to chunk handlers for checking savegames (empty for now).
This commit is contained in:
@@ -55,5 +55,5 @@ static void Load_NGRF()
|
||||
}
|
||||
|
||||
extern const ChunkHandler _newgrf_chunk_handlers[] = {
|
||||
{ 'NGRF', Save_NGRF, Load_NGRF, NULL, CH_ARRAY | CH_LAST }
|
||||
{ 'NGRF', Save_NGRF, Load_NGRF, NULL, NULL, CH_ARRAY | CH_LAST }
|
||||
};
|
||||
|
Reference in New Issue
Block a user