diff --git a/src/g_shared/a_action.cpp b/src/g_shared/a_action.cpp index 8566b914a9..e708e5a331 100644 --- a/src/g_shared/a_action.cpp +++ b/src/g_shared/a_action.cpp @@ -409,6 +409,7 @@ void DCorpsePointer::Destroy () void DCorpsePointer::Serialize (FArchive &arc) { + Super::Serialize(arc); arc << Corpse << Count; }