tweak: aiming code a little tweaked to reduce headshot ratio

fix: fix crash with metamod since last commits
add: mark last selected goals within round as used, so bots will take cover all the map
This commit is contained in:
dmitry 2021-09-17 12:30:55 +03:00
commit e5ae2ac3f8
No known key found for this signature in database
GPG key ID: 8297CE728B7A7E37
3 changed files with 18 additions and 14 deletions

View file

@ -238,7 +238,7 @@ typedef struct enginefuncs_s {
void (*pfnQueryClientCVarValue) (const edict_t *player, const char *cvarName);
void (*pfnQueryClientCVarValue2) (const edict_t *player, const char *cvarName, int requestID);
int (*pfnCheckParm) (const char *pchCmdLineToken, char **ppnext);
edict_t *(*pfnPEntityOfEntIndexAllEntities) (int iEntIndex);
// edict_t *(*pfnPEntityOfEntIndexAllEntities) (int iEntIndex);
} enginefuncs_t;
// Passed to pfnKeyValue