mirror of
https://github.com/ZDoom/Raze.git
synced 2025-01-20 07:31:00 +00:00
- Blood: Fix missing call to Super while saving.
This commit is contained in:
parent
60c69f3344
commit
7a408582bc
1 changed files with 2 additions and 2 deletions
|
@ -2396,8 +2396,8 @@ FSerializer& Serialize(FSerializer& arc, const char* keyname, POSTURE& w, POSTUR
|
|||
|
||||
void DBloodPlayer::Serialize(FSerializer& arc)
|
||||
{
|
||||
arc
|
||||
("newweapon", newWeapon)
|
||||
Super::Serialize(arc);
|
||||
arc("newweapon", newWeapon)
|
||||
("weaponqav", weaponQav)
|
||||
("qavcallback", qavCallback)
|
||||
("isrunning", isRunning)
|
||||
|
|
Loading…
Reference in a new issue