serialize cvars
This commit is contained in:
parent
74ace89d6e
commit
aed85a25a2
9 changed files with 115 additions and 5 deletions
|
|
@ -1620,6 +1620,7 @@ void player_t::Serialize(FSerializer &arc)
|
|||
|
||||
if (arc.isReading())
|
||||
{
|
||||
userinfo.Reset(mo->Level->PlayerNum(this));
|
||||
ReadUserInfo(arc, userinfo, skinname);
|
||||
}
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue