- more cleanup to reduce references to FArchive.
This commit is contained in:
parent
af6404f763
commit
42e38f6cc1
9 changed files with 151 additions and 557 deletions
|
|
@ -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
|
||||
}
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue