SVN r116 (trunk)
This commit is contained in:
parent
afd6a1258f
commit
ac53ed6ecd
25 changed files with 595 additions and 740 deletions
|
|
@ -64,7 +64,8 @@ void DCajunMaster::ClearPlayer (int i, bool keepTeam)
|
|||
bot->inuse = false;
|
||||
bot->lastteam = keepTeam ? players[i].userinfo.team : TEAM_None;
|
||||
}
|
||||
memset (&players[i], 0, sizeof(player_t));
|
||||
players[i].~player_t();
|
||||
::new(&players[i]) player_t;
|
||||
playeringame[i] = false;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue