mirror of
https://github.com/ZDoom/Raze.git
synced 2025-02-21 02:51:46 +00:00
- Duke: Remove some duplicated save variables.
This commit is contained in:
parent
8281e5b324
commit
60c69f3344
1 changed files with 1 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue