X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fmain.h;h=0f07442c6a2bc3c57ef6a2e3c8b8d7d42efd207c;hb=b640b9d7647df4cbba0e530f6f4bcece384048e4;hp=31740d333801224fea2464fbbcb7b57c4c8b874e;hpb=ab5c6efd336beb5933a525507a7f0744b196c3e3;p=rocksndiamonds.git diff --git a/src/main.h b/src/main.h index 31740d33..0f07442c 100644 --- a/src/main.h +++ b/src/main.h @@ -670,6 +670,7 @@ #define GFX_ELEMENT(e) (element_info[e].use_gfx_element ? \ element_info[e].gfx_element : e) +/* !!! CHECK THIS !!! */ #if 1 #define TILE_GFX_ELEMENT(x, y) \ (GfxElement[x][y] != EL_UNDEFINED && \ @@ -1642,11 +1643,12 @@ #define FONT_VALUE_1 26 #define FONT_VALUE_2 27 #define FONT_VALUE_OLD 28 -#define FONT_LEVEL_NUMBER 29 -#define FONT_TAPE_RECORDER 30 -#define FONT_GAME_INFO 31 +#define FONT_LEVEL_NUMBER_ACTIVE 29 +#define FONT_LEVEL_NUMBER 30 +#define FONT_TAPE_RECORDER 31 +#define FONT_GAME_INFO 32 -#define NUM_FONTS 32 +#define NUM_FONTS 33 #define NUM_INITIAL_FONTS 4 /* values for game_status (must match special image configuration suffixes) */