Difference for server/spell_effect.c from version 1.55 to 1.56


version 1.55 version 1.56
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_spell_effect_c =   * static char *rcsid_spell_effect_c =
  *   "$Id: spell_effect.c,v 1.55 2001/06/04 06:41:02 mwedel Exp $";   *   "$Id: spell_effect.c,v 1.56 2001/06/11 18:47:27 michtoen Exp $";
  */   */
   
   
Line 2110
 
Line 2110
         case SP_SHOW_INVIS:          case SP_SHOW_INVIS:
      /* Might there be other objects that we can make visibile? */       /* Might there be other objects that we can make visibile? */
      if (tmp->invisible && (QUERY_FLAG(tmp, FLAG_MONSTER) ||        if (tmp->invisible && (QUERY_FLAG(tmp, FLAG_MONSTER) ||
  tmp->type==PLAYER || tmp->type==HANDLE ||    tmp->type==PLAYER || tmp->type==CF_HANDLE ||
  tmp->type==TRAPDOOR || tmp->type==EXIT || tmp->type==HOLE ||   tmp->type==TRAPDOOR || tmp->type==EXIT || tmp->type==HOLE ||
  tmp->type==BUTTON || tmp->type==TELEPORTER ||   tmp->type==BUTTON || tmp->type==TELEPORTER ||
  tmp->type==GATE || tmp->type==LOCKED_DOOR ||   tmp->type==GATE || tmp->type==LOCKED_DOOR ||
Line 3665
 
Line 3665
     }      }
   return 1;    return 1;
 }  }
   


Legend:
line(s) removed in v.1.55 
line(s) changed
 line(s) added in v.1.56

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