Difference for common/loader.l from version 1.20 to 1.21


version 1.20 version 1.21
Line 1
 
Line 1
 %{  %{
 /*  /*
  * static char *rcsid_object_c =   * static char *rcsid_object_c =
  *   "$Id: loader.l,v 1.20 2001/12/03 07:51:40 mwedel Exp $";   *   "$Id: loader.l,v 1.21 2001/12/23 08:17:36 mwedel Exp $";
  */   */
   
 /*  /*
Line 486
 
Line 486
 ^can_cut{S} { /* just ignore for now */ }  ^can_cut{S} { /* just ignore for now */ }
 ^can_dam_armour{S} { }  ^can_dam_armour{S} { }
 ^weapontype{S} op->weapontype = FVAL;  ^weapontype{S} op->weapontype = FVAL;
 ^sub_type{S} op->sub_type1 = (char) IVAL;  
 ^sub_type2{S} op->sub_type2 = (char) IVAL;  
 ^casting_speed{S} op->casting_speed = FVAL;  ^casting_speed{S} op->casting_speed = FVAL;
 ^elevation{S} op->elevation = IVAL;  ^elevation{S} op->elevation = IVAL;
   


Legend:
line(s) removed in v.1.20 
line(s) changed
 line(s) added in v.1.21

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