mirror of
https://github.com/YGGverse/hlsdk-portable.git
synced 2025-01-23 05:04:17 +00:00
remove is_used status update
This commit is contained in:
parent
7e45ded64d
commit
8ae4c9bea6
@ -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…
x
Reference in New Issue
Block a user