diff --git a/src/g_ai.c b/src/g_ai.c index e9314f6..4ad1df3 100644 --- a/src/g_ai.c +++ b/src/g_ai.c @@ -1375,7 +1375,7 @@ ai_run(edict_t *self, float dist) qboolean gotcha = false; edict_t *realEnemy; - if (!self || !self->enemy || !self->enemy->inuse) + if (!self) { return; }