X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fmain.h;h=fd1fe6ee0cdb1c2323e278a164bcb9679c44d3db;hb=80e176e969192ac90d74ef83b4ab22dc0fe21b7a;hp=28b4574afbb5522cafe243456039b76d8ae9d050;hpb=cb8b58732432cc7f3163446dedd54c63126b23c3;p=rocksndiamonds.git diff --git a/src/main.h b/src/main.h index 28b4574a..fd1fe6ee 100644 --- a/src/main.h +++ b/src/main.h @@ -1718,9 +1718,10 @@ #define GFX_SPECIAL_ARG_INFO_MUSIC 3 #define GFX_SPECIAL_ARG_INFO_CREDITS 4 #define GFX_SPECIAL_ARG_INFO_PROGRAM 5 -#define GFX_SPECIAL_ARG_INFO_LEVELSET 6 +#define GFX_SPECIAL_ARG_INFO_VERSION 6 +#define GFX_SPECIAL_ARG_INFO_LEVELSET 7 -#define NUM_SPECIAL_GFX_INFO_ARGS 7 +#define NUM_SPECIAL_GFX_INFO_ARGS 8 /* values for image configuration suffixes */ @@ -1820,8 +1821,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 +1966,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 {