X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Fmain.h;h=ab6d8933ebe6f9aadc2ce57ad71477a9e4b458d1;hp=2bdefb22840470d4259f6e790a6f633ee877b769;hb=68d1418be737276c8214780106399c0dae588d1c;hpb=b06464b4dc26c0e31ef0bca48b31a4dfbdd549e6 diff --git a/src/main.h b/src/main.h index 2bdefb22..ab6d8933 100644 --- a/src/main.h +++ b/src/main.h @@ -1885,6 +1885,8 @@ #define NUM_SPECIAL_GFX_INFO_ARGS 8 /* these additional definitions are currently only used for draw offsets */ +/* (must match SETUP_MODE_* values as defined in src/screens.c) */ +/* (should also match corresponding entries in src/conf_gfx.c) */ #define GFX_SPECIAL_ARG_SETUP_MAIN 0 #define GFX_SPECIAL_ARG_SETUP_GAME 1 #define GFX_SPECIAL_ARG_SETUP_EDITOR 2 @@ -1897,10 +1899,11 @@ #define GFX_SPECIAL_ARG_SETUP_SHORTCUTS_2 9 #define GFX_SPECIAL_ARG_SETUP_SHORTCUTS_3 10 #define GFX_SPECIAL_ARG_SETUP_SHORTCUTS_4 11 -#define GFX_SPECIAL_ARG_SETUP_CHOOSE_ARTWORK 12 -#define GFX_SPECIAL_ARG_SETUP_CHOOSE_OTHER 13 +#define GFX_SPECIAL_ARG_SETUP_SHORTCUTS_5 12 +#define GFX_SPECIAL_ARG_SETUP_CHOOSE_ARTWORK 13 +#define GFX_SPECIAL_ARG_SETUP_CHOOSE_OTHER 14 -#define NUM_SPECIAL_GFX_SETUP_ARGS 14 +#define NUM_SPECIAL_GFX_SETUP_ARGS 15 /* values for image configuration suffixes */