Difference for common/loader.l from version 1.57 to 1.58


version 1.57 version 1.58
Line 1
 
Line 1
 %{  %{
 /*  /*
  * static char *rcsid_object_c =   * static char *rcsid_object_c =
  *   "$Id: loader.l,v 1.57 2004/03/26 21:59:28 ryo_saeba Exp $";   *   "$Id: loader.l,v 1.58 2004/06/11 07:23:42 mwedel Exp $";
  */   */
   
 /*  /*
Line 1695
 
Line 1695
  FAST_SAVE_LONG(fastbuf,"range_modifier ",op->range_modifier,15);   FAST_SAVE_LONG(fastbuf,"range_modifier ",op->range_modifier,15);
   
     if (op->duration_modifier != op2->duration_modifier)       if (op->duration_modifier != op2->duration_modifier)
  FAST_SAVE_LONG(fastbuf,"duration_modifier ", op->duration_modifier,19);   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,14);


Legend:
line(s) removed in v.1.57 
line(s) changed
 line(s) added in v.1.58

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