mirror of
https://github.com/yquake2/xatrix.git
synced 2025-02-23 20:31:40 +00:00
No-Op Änderung, entfernt sinnlosen Code
This commit is contained in:
parent
9e9c8a5655
commit
7c77178d37
1 changed files with 0 additions and 6 deletions
|
@ -391,12 +391,6 @@ qboolean FindTarget (edict_t *self)
|
||||||
|
|
||||||
if (self->monsterinfo.aiflags & AI_GOOD_GUY)
|
if (self->monsterinfo.aiflags & AI_GOOD_GUY)
|
||||||
{
|
{
|
||||||
if (self->goalentity && self->goalentity->inuse && self->goalentity->classname)
|
|
||||||
{
|
|
||||||
if (strcmp(self->goalentity->classname, "target_actor") == 0)
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
|
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue