Mark enemy sensing / hearing stuff as heavyweight.

This commit is contained in:
jeefo 2019-09-15 21:07:49 +03:00
commit bee9653a71
4 changed files with 18 additions and 2 deletions

View file

@ -96,6 +96,7 @@ bool Bot::checkBodyParts (edict_t *target) {
return false;
}
TraceResult result;
auto eyes = getEyesPos ();