Difference for common/loader.l from version 1.33 to 1.34


version 1.33 version 1.34
Line 1
 
Line 1
 %{  %{
 /*  /*
  * static char *rcsid_object_c =   * static char *rcsid_object_c =
  *   "$Id: loader.l,v 1.33 2002/11/06 09:47:23 garbled Exp $";   *   "$Id: loader.l,v 1.34 2003/01/04 00:28:51 mwedel Exp $";
  */   */
   
 /*  /*
Line 164
 
Line 164
  }   }
   
     }      }
       if (QUERY_FLAG(op, FLAG_MONSTER)) {
    if (op->stats.hp > op->stats.maxhp)
        LOG(llevDebug,"Monster %s has hp set higher than maxhp (%d>%d)\n",
    op->name,
    op->stats.hp, op->stats.maxhp);
       }
   
 }  }
   


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:12