|
|
|
@ -1768,7 +1768,7 @@ void CBot::BotThink( void )
@@ -1768,7 +1768,7 @@ void CBot::BotThink( void )
|
|
|
|
|
pev->deadflag = DEAD_DEAD; // make the kicked bot be dead
|
|
|
|
|
|
|
|
|
|
bot_respawn[respawn_index].is_used = FALSE; // this slot is now free
|
|
|
|
|
bot_respawn[respawn_index].state = BOT_IDLE; |
|
|
|
|
|
|
|
|
|
respawn_index = -1; // indicate no slot used
|
|
|
|
|
|
|
|
|
|
// fall through to next if statement (respawn_index will be -1)
|
|
|
|
@ -2106,4 +2106,3 @@ void CBot::BotThink( void )
@@ -2106,4 +2106,3 @@ void CBot::BotThink( void )
|
|
|
|
|
gpGlobals->frametime * 1000 ); |
|
|
|
|
// TheFatal - END
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|