version 1.67 | | version 1.68 |
---|
| | |
/* | | /* |
* static char *rcsid_monster_c = | | * static char *rcsid_monster_c = |
* "$Id: monster.c,v 1.67 2003/10/26 06:56:57 mwedel Exp $"; | | * "$Id: monster.c,v 1.68 2004/03/28 15:34:15 ryo_saeba Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
/* Quality invisible? Bah, we wont see them w/o SEE_INVISIBLE | | /* Quality invisible? Bah, we wont see them w/o SEE_INVISIBLE |
* flag (which was already checked) in can_see_enmy (). Lets get out of here | | * flag (which was already checked) in can_see_enmy (). Lets get out of here |
*/ | | */ |
if(enemy->invisible && (!enemy->contr || !enemy->contr->tmp_invis)) | | if(enemy->invisible && (!enemy->contr || (!enemy->contr->tmp_invis && !enemy->contr->hidden))) |
return 0; | | return 0; |
| | |
/* use this for invis also */ | | /* use this for invis also */ |