- Applied latest TEAMINFO patch.

SVN r1400 (trunk)
This commit is contained in:
Randy Heit 2009-02-04 23:14:28 +00:00
commit b387752f2f
10 changed files with 336 additions and 156 deletions

View file

@ -55,7 +55,7 @@ void FCajunMaster::ClearPlayer (int i, bool keepTeam)
if (bot)
{
bot->inuse = false;
bot->lastteam = keepTeam ? players[i].userinfo.team : TEAM_None;
bot->lastteam = keepTeam ? players[i].userinfo.team : TEAM_NONE;
}
players[i].~player_t();
::new(&players[i]) player_t;