Fixes for serializing and initializing

Fixed missing DViewPosition serializing. Fixed missing initializers in player_t.
This commit is contained in:
Boondorl 2024-11-14 22:27:08 -05:00 committed by Rachael Alexanderson
commit 4726cc9ec5
4 changed files with 17 additions and 13 deletions

View file

@ -1545,6 +1545,13 @@ void DActorModelData::OnDestroy()
animationIDs.Reset();
}
void DViewPosition::Serialize(FSerializer& arc)
{
Super::Serialize(arc);
arc("offset", Offset)
("flags", Flags);
}
//----------------------------------------------------------------------------
//
// PROC P_ExplodeMissile