serialize cvars
This commit is contained in:
parent
74ace89d6e
commit
aed85a25a2
9 changed files with 115 additions and 5 deletions
|
|
@ -202,7 +202,7 @@ void FCajunMaster::ClearPlayer (int i, bool keepTeam)
|
|||
}
|
||||
players[i].~player_t();
|
||||
::new(&players[i]) player_t;
|
||||
players[i].userinfo.Reset();
|
||||
players[i].userinfo.Reset(i);
|
||||
playeringame[i] = false;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue