Difference for common/living.c from version 1.12 to 1.13


version 1.12 version 1.13
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_living_c =   * static char *rcsid_living_c =
  *   "$Id: living.c,v 1.12 2000/10/16 19:22:57 peterm Exp $";   *   "$Id: living.c,v 1.13 2000/10/21 20:12:52 peterm Exp $";
  */   */
   
 /*  /*
Line 965
 
Line 965
       op->protected|=tmp->protected;        op->protected|=tmp->protected;
       op->vulnerable|=tmp->vulnerable;        op->vulnerable|=tmp->vulnerable;
       if (tmp->type!=BOW) {        if (tmp->type!=BOW) {
      if(tmp->type != SYMPTOM)
  op->attacktype|=tmp->attacktype;   op->attacktype|=tmp->attacktype;
 /*        if (tmp->attacktype) LOG(llevDebug,"Object %s applied, attacktype=0x%x\n", tmp->name, tmp->attacktype);*/  /*        if (tmp->attacktype) LOG(llevDebug,"Object %s applied, attacktype=0x%x\n", tmp->name, tmp->attacktype);*/
       }        }


Legend:
line(s) removed in v.1.12 
line(s) changed
 line(s) added in v.1.13

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