disable by default ultra-mega-high-skill mode
pvs check done only for new enemy
This commit is contained in:
parent
e6a3f60448
commit
a04f47273e
4 changed files with 12 additions and 13 deletions
|
|
@ -2177,8 +2177,6 @@ void StartFrame (void)
|
|||
|
||||
if (g_timePerSecondUpdate < GetWorldTime ())
|
||||
{
|
||||
bots.CalculatePingOffsets ();
|
||||
|
||||
for (int i = 0; i < GetMaxClients (); i++)
|
||||
{
|
||||
edict_t *player = EntityOfIndex (i + 1);
|
||||
|
|
@ -2206,6 +2204,7 @@ void StartFrame (void)
|
|||
}
|
||||
}
|
||||
}
|
||||
bots.CalculatePingOffsets ();
|
||||
|
||||
if (g_bombPlanted)
|
||||
waypoints.SetBombPosition ();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue