mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-10 23:01:59 +00:00
- Fixed: DCorpsePointer::Serialize didn't call the super method.
SVN r764 (trunk)
This commit is contained in:
parent
60472c2b45
commit
ef9db276b3
1 changed files with 1 additions and 0 deletions
|
@ -409,6 +409,7 @@ void DCorpsePointer::Destroy ()
|
|||
|
||||
void DCorpsePointer::Serialize (FArchive &arc)
|
||||
{
|
||||
Super::Serialize(arc);
|
||||
arc << Corpse << Count;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue