serialize cvars

This commit is contained in:
Ricardo Luís Vaz Silva 2023-11-25 22:27:28 -03:00 committed by Rachael Alexanderson
commit aed85a25a2
9 changed files with 115 additions and 5 deletions

View file

@ -1620,6 +1620,7 @@ void player_t::Serialize(FSerializer &arc)
if (arc.isReading())
{
userinfo.Reset(mo->Level->PlayerNum(this));
ReadUserInfo(arc, userinfo, skinname);
}
else