(svn r14829) -Fix (r14828): forgot CH_LAST

This commit is contained in:
smatz
2009-01-04 15:46:50 +00:00
parent 7368c740a6
commit 9658c83a33
2 changed files with 2 additions and 2 deletions

View File

@@ -39,5 +39,5 @@ void Load_SUBS()
}
extern const ChunkHandler _subsidy_chunk_handlers[] = {
{ 'SUBS', Save_SUBS, Load_SUBS, CH_ARRAY},
{ 'SUBS', Save_SUBS, Load_SUBS, CH_ARRAY | CH_LAST},
};