- Duke: Remove some duplicated save variables.

This commit is contained in:
Mitchell Richters 2023-10-03 09:18:59 +11:00 committed by Christoph Oelckers
parent 8281e5b324
commit 60c69f3344

View file

@ -106,8 +106,7 @@ FSerializer& Serialize(FSerializer& arc, const char* keyname, player_orig& w, pl
void DDukePlayer::Serialize(FSerializer& arc)
{
Super::Serialize(arc);
arc("angles", Angles)
.Array("gotweapon", gotweapon, MAX_WEAPONS)
arc.Array("gotweapon", gotweapon, MAX_WEAPONS)
("pals", pals)
("fricx", fric.X)
("fricy", fric.Y)