Browse Source

remove is_used status update

bot10-respawn-bots-configured
ghost 10 months ago
parent
commit
8ae4c9bea6
  1. 2
      dlls/bot/bot.cpp

2
dlls/bot/bot.cpp

@ -1769,8 +1769,6 @@ void CBot::BotThink( void )
pev->health = 0; pev->health = 0;
pev->deadflag = DEAD_DEAD; // make the kicked bot be dead pev->deadflag = DEAD_DEAD; // make the kicked bot be dead
bot_respawn[respawn_index].is_used = FALSE; // this slot is now free
respawn_index = -1; // indicate no slot used respawn_index = -1; // indicate no slot used
// fall through to next if statement (respawn_index will be -1) // fall through to next if statement (respawn_index will be -1)

Loading…
Cancel
Save