mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2024-11-10 15:21:44 +00:00
Merge branch 'master' into makron
This commit is contained in:
commit
981801f6b3
1 changed files with 1 additions and 1 deletions
|
@ -948,7 +948,7 @@ ai_checkattack(edict_t *self)
|
|||
vec3_t temp;
|
||||
qboolean hesDeadJim;
|
||||
|
||||
if (!self || !self->enemy || !self->enemy->inuse)
|
||||
if (!self)
|
||||
{
|
||||
enemy_vis = false;
|
||||
|
||||
|
|
Loading…
Reference in a new issue