Difference for server/monster.c from version 1.67 to 1.68


version 1.67 version 1.68
Line 1
 
Line 1
 /*  /*
  * 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 $";
  */   */
   
 /*  /*
Line 1734
 
Line 1734
     /* 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 */


Legend:
line(s) removed in v.1.67 
line(s) changed
 line(s) added in v.1.68

File made using version 1.98 of cvs2html by leaf at 2011-07-21 17:37