fixed jason mode once more
high skill bots now making more headshots
This commit is contained in:
parent
1f3774c786
commit
b7baeb5852
6 changed files with 53 additions and 32 deletions
|
|
@ -1070,7 +1070,7 @@ private:
|
|||
|
||||
void SelectBestWeapon (void);
|
||||
void SelectPistol (void);
|
||||
bool IsFriendInLineOfFire (float distance);
|
||||
bool IsFriendInLineOfFire (void);
|
||||
bool IsGroupOfEnemies (const Vector &location, int numEnemies = 1, int radius = 256);
|
||||
|
||||
bool IsShootableThruObstacle (const Vector &dest);
|
||||
|
|
|
|||
|
|
@ -25,4 +25,5 @@
|
|||
#define PRODUCT_SUPPORT_VERSION "1.0 - CZ"
|
||||
#define PRODUCT_COMMENTS "http://github.com/jeefo/yapb/"
|
||||
#define PRODUCT_DATE __DATE__
|
||||
|
||||
#define PRODUCT_GIT_HASH "unspecified_hash"
|
||||
#define PRODUCT_GIT_COMMIT_AUTHOR "unspecified_author"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue