Difference for common/loader.l from version 1.25 to 1.26


version 1.25 version 1.26
Line 1
 
Line 1
 %{  %{
 /*  /*
  * static char *rcsid_object_c =   * static char *rcsid_object_c =
  *   "$Id: loader.l,v 1.25 2002/07/15 04:57:12 mwedel Exp $";   *   "$Id: loader.l,v 1.26 2002/07/18 04:41:14 mwedel Exp $";
  */   */
   
 /*  /*
Line 142
 
Line 142
      op->gen_sp_armour = op->last_heal;       op->gen_sp_armour = op->last_heal;
      op->last_heal = 0;       op->last_heal = 0;
  }   }
  ip = calc_item_power(op, 0);   if (editor) ip =0;
    else ip = calc_item_power(op, 0);
  /* Legacy objects from before item power was in the game */   /* Legacy objects from before item power was in the game */
  if (!op->item_power && ip) {   if (!op->item_power && ip) {
      if (ip > 3) {       if (ip > 3) {


Legend:
line(s) removed in v.1.25 
line(s) changed
 line(s) added in v.1.26

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