disable by default ultra-mega-high-skill mode

pvs check done only for new enemy
This commit is contained in:
jeefo 2016-01-16 11:00:40 +03:00
commit a04f47273e
4 changed files with 12 additions and 13 deletions

View file

@ -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 ();