No-Op Änderung. Entfernt sinnlosen Code

This commit is contained in:
Yamagi Burmeister 2010-01-28 16:57:21 +00:00
parent 8f7debb1e6
commit f171e29266
1 changed files with 0 additions and 7 deletions

View File

@ -474,13 +474,6 @@ qboolean FindTarget (edict_t *self)
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;
}
//FIXME look for monsters?
return false;
}