Difference for random_maps/reader.l from version 1.7 to 1.8


version 1.7 version 1.8
Line 1
 
Line 1
 %{  %{
 /*  /*
  * static char *reader_l =   * static char *reader_l =
  *   "$Id: reader.l,v 1.7 2004/12/29 01:08:49 mwedel Exp $";   *   "$Id: reader.l,v 1.8 2005/04/14 06:57:02 mwedel Exp $";
  */   */
   
 /*  /*
Line 87
 
Line 87
 ^layoutoptions3{S}  RP->layoutoptions3 = IVAL;  ^layoutoptions3{S}  RP->layoutoptions3 = IVAL;
 ^symmetry{S}        RP->symmetry = IVAL;  ^symmetry{S}        RP->symmetry = IVAL;
 ^difficulty{S}        RP->difficulty = IVAL;  ^difficulty{S}        RP->difficulty = IVAL;
   ^difficulty_increase{S}        RP->difficulty_increase = FVAL;
 ^decoroptions{S}      RP->decoroptions = IVAL;  ^decoroptions{S}      RP->decoroptions = IVAL;
 ^exitstyle{S}       strcpy(RP->exitstyle,rmap_yval());  ^exitstyle{S}       strcpy(RP->exitstyle,rmap_yval());
 ^dungeon_level{S}   RP->dungeon_level = IVAL;  ^dungeon_level{S}   RP->dungeon_level = IVAL;


Legend:
line(s) removed in v.1.7 
line(s) changed
 line(s) added in v.1.8

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