X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fmain.h;h=37742d7884d875498cfe7b62f5a76c94674a76a2;hb=548bc4ec64319d780a7bc38a6d0141bf526c7e16;hp=28b4574afbb5522cafe243456039b76d8ae9d050;hpb=cb8b58732432cc7f3163446dedd54c63126b23c3;p=rocksndiamonds.git diff --git a/src/main.h b/src/main.h index 28b4574a..37742d78 100644 --- a/src/main.h +++ b/src/main.h @@ -1820,8 +1820,10 @@ #define FONT_LEVEL_NUMBER 32 #define FONT_TAPE_RECORDER 33 #define FONT_GAME_INFO 34 +#define FONT_INFO_ELEMENTS 35 +#define FONT_INFO_LEVELSET 36 -#define NUM_FONTS 35 +#define NUM_FONTS 37 #define NUM_INITIAL_FONTS 4 #define FONT_ACTIVE(f) \ @@ -1963,12 +1965,14 @@ struct BorderInfo int draw_masked[NUM_SPECIAL_GFX_ARGS]; }; +#if 0 struct MenuPosInfo { int x, y; int width, height; int align; }; +#endif struct MenuMainButtonInfo {