X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=sys%2Fshare%2Flev_comp.h;h=1e3f16fa41a4047561b3b594dcba657db6f0d83e;hb=096152cd7d9acc1d7efcc0b6fa8028bab1ff3200;hp=44818699a85471d19db70e6168ce49b3fe2ff1ae;hpb=d3b604a1ecccab7279648bd8d75569764c126439;p=jnethack%2Fsource.git diff --git a/sys/share/lev_comp.h b/sys/share/lev_comp.h index 4481869..1e3f16f 100644 --- a/sys/share/lev_comp.h +++ b/sys/share/lev_comp.h @@ -174,39 +174,39 @@ #define DICE 430 typedef union { - long i; - char* map; - struct { - long room; - long wall; - long door; - } corpos; + long i; + char *map; struct { - long area; - long x1; - long y1; - long x2; - long y2; + long room; + long wall; + long door; + } corpos; + struct { + long area; + long x1; + long y1; + long x2; + long y2; } lregn; struct { - long x; - long y; + long x; + long y; } crd; struct { - long ter; - long lit; + long ter; + long lit; } terr; struct { - long height; - long width; + long height; + long width; } sze; struct { - long die; - long num; + long die; + long num; } dice; struct { - long cfunc; - char *varstr; + long cfunc; + char *varstr; } meth; } YYSTYPE; extern YYSTYPE yylval;