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:
parent
d45e534f3c
commit
e5ae2ac3f8
3 changed files with 18 additions and 14 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue