added compile-time support for up to 64 maxplayers
This commit is contained in:
parent
1259276bcb
commit
5ff6b9ecde
8 changed files with 28 additions and 13 deletions
|
|
@ -30,6 +30,10 @@ int Bot::FindGoal (void)
|
|||
break;
|
||||
}
|
||||
}
|
||||
|
||||
// forcing terrorist bot to not move to another bombspot
|
||||
if (m_inBombZone && !m_hasProgressBar && m_hasC4)
|
||||
return waypoints.FindNearest (pev->origin, 400.0f, FLAG_GOAL);
|
||||
}
|
||||
int tactic = 0;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue