Difference for common/living.c from version 1.9 to 1.10


version 1.9 version 1.10
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_living_c =   * static char *rcsid_living_c =
  *   "$Id: living.c,v 1.9 2000/08/02 06:04:50 cvs Exp $";   *   "$Id: living.c,v 1.10 2000/08/08 06:57:57 cvs Exp $";
  */   */
   
 /*  /*
Line 951
 
Line 951
    op->contr->gen_sp        += tmp->stats.sp;     op->contr->gen_sp        += tmp->stats.sp;
    op->contr->gen_grace     += tmp->stats.grace;     op->contr->gen_grace     += tmp->stats.grace;
    op->contr->gen_sp_armour += tmp->last_heal;     op->contr->gen_sp_armour += tmp->last_heal;
   #if 0
    if (tmp->last_heal) LOG(llevDebug,"Object %s applied, gen_sp_armour + %d = %d\n", tmp->name, tmp->last_heal, op->contr->gen_sp_armour);     if (tmp->last_heal) LOG(llevDebug,"Object %s applied, gen_sp_armour + %d = %d\n", tmp->name, tmp->last_heal, op->contr->gen_sp_armour);
   #endif
  }   }
       }        }
   


Legend:
line(s) removed in v.1.9 
line(s) changed
 line(s) added in v.1.10

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