mirror of
https://github.com/YGGverse/hlsdk-portable.git
synced 2025-02-05 03:24:39 +00:00
fix syntax error
This commit is contained in:
parent
b30050a4f1
commit
4f20b06847
@ -1374,7 +1374,7 @@ void StartFrame( void )
|
||||
{
|
||||
if( !bot_respawn[i].is_used &&
|
||||
bot_respawn[i].state == BOT_NEED_TO_RESPAWN &&
|
||||
gpGlobals->time >= respawn_time)
|
||||
gpGlobals->time >= respawn_time )
|
||||
{
|
||||
bot_respawn[i].state = BOT_IS_RESPAWNING;
|
||||
bot_respawn[i].is_used = FALSE; // free up this slot
|
||||
@ -1387,7 +1387,6 @@ void StartFrame( void )
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
previous_time = gpGlobals->time; // keep track of last time in StartFrame()
|
||||
// END BOT
|
||||
|
Loading…
x
Reference in New Issue
Block a user