Difference for common/utils.c from version 1.23 to 1.24


version 1.23 version 1.24
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_utils_c =   * static char *rcsid_utils_c =
  *   "$Id: utils.c,v 1.23 2006/02/09 00:48:36 akirschbaum Exp $";   *   "$Id: utils.c,v 1.24 2006/03/14 14:41:00 ryo_saeba Exp $";
  */   */
   
 /*  /*
Line 284
 
Line 284
  return;   return;
   
     mt = name_to_material(op->materialname);      mt = name_to_material(op->materialname);
       if (!mt) {
           LOG(llevError, "archetype '%s>%s' uses nonexistent material '%s'\n", op->arch->name, op->name, op->materialname);
           return;
       }
   
     for (j=0; j < NROFATTACKS; j++)      for (j=0; j < NROFATTACKS; j++)
  if (op->resist[j] == 0 && change->resist[j] != 0) {   if (op->resist[j] == 0 && change->resist[j] != 0) {


Legend:
line(s) removed in v.1.23 
line(s) changed
 line(s) added in v.1.24

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