version 1.7 | | version 1.8 |
---|
| | |
%{ | | %{ |
/* | | /* |
* 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 $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
^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; |