- more cleanup to reduce references to FArchive.

This commit is contained in:
Christoph Oelckers 2016-09-20 10:59:48 +02:00
commit 42e38f6cc1
9 changed files with 151 additions and 557 deletions

View file

@ -194,6 +194,7 @@ bool FRemapTable::operator==(const FRemapTable &o)
void FRemapTable::Serialize(FArchive &arc)
{
#if 0
int n = NumEntries;
arc << NumEntries;
@ -214,6 +215,7 @@ void FRemapTable::Serialize(FArchive &arc)
{
arc << Palette[j];
}
#endif
}
//----------------------------------------------------------------------------