Difference for common/loader.l from version 1.60 to 1.61


version 1.60 version 1.61
Line 1
 
Line 1
 %{  %{
 /*  /*
  * static char *rcsid_object_c =   * static char *rcsid_object_c =
  *   "$Id: loader.l,v 1.60 2004/10/15 07:09:38 mwedel Exp $";   *   "$Id: loader.l,v 1.61 2004/11/15 17:55:29 akirschbaum Exp $";
  */   */
   
 /*  /*
Line 1717
 
Line 1717
  FAST_SAVE_LONG(fastbuf,"duration_modifier ", op->duration_modifier,18);   FAST_SAVE_LONG(fastbuf,"duration_modifier ", op->duration_modifier,18);
   
     if (op->dam_modifier != op2->dam_modifier)      if (op->dam_modifier != op2->dam_modifier)
  FAST_SAVE_LONG(fastbuf,"dam_modifier ", op->dam_modifier,14);   FAST_SAVE_LONG(fastbuf,"dam_modifier ", op->dam_modifier,13);
   
     if (op->gen_sp_armour != op2->gen_sp_armour) {      if (op->gen_sp_armour != op2->gen_sp_armour) {
  FAST_SAVE_LONG(fastbuf,"gen_sp_armour ",op->gen_sp_armour,14);   FAST_SAVE_LONG(fastbuf,"gen_sp_armour ",op->gen_sp_armour,14);


Legend:
line(s) removed in v.1.60 
line(s) changed
 line(s) added in v.1.61

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