Difference for server/spell_util.c from version 1.33 to 1.34


version 1.33 version 1.34
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_spell_util_c =   * static char *rcsid_spell_util_c =
  *   "$Id: spell_util.c,v 1.33 2000/11/21 18:58:34 peterm Exp $";   *   "$Id: spell_util.c,v 1.34 2000/11/24 00:48:56 peterm Exp $";
  */   */
   
 /*  /*
Line 1720
 
Line 1720
             if (was_destroyed (op, op_tag) || ! was_destroyed (tmp, tmp_tag)              if (was_destroyed (op, op_tag) || ! was_destroyed (tmp, tmp_tag)
                 || (op->stats.dam -= dam) < 0)                  || (op->stats.dam -= dam) < 0)
             {              {
          if(!QUERY_FLAG(op,FLAG_REMOVED)) {
                 remove_ob (op);                  remove_ob (op);
                 free_object(op);                  free_object(op);
                 return;                  return;
Line 1727
 
Line 1728
         }          }
     }      }
 }  }
   }
   
 void move_fired_arch (object *op)  void move_fired_arch (object *op)
 {  {


Legend:
line(s) removed in v.1.33 
line(s) changed
 line(s) added in v.1.34

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