X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fmain.h;h=7e55e9921b796200fda03d72de52e28c2f4dfe1e;hb=fa26d82a378cebf6b519c566c3f33739ebba7823;hp=f6eb73f8257c65f194ac55c8e44dff9699788001;hpb=f4fa296527b424d80cb6ed86809986455613783c;p=rocksndiamonds.git diff --git a/src/main.h b/src/main.h index f6eb73f8..7e55e992 100644 --- a/src/main.h +++ b/src/main.h @@ -33,7 +33,7 @@ #define IMG_EMPTY IMG_EMPTY_SPACE #define IMG_SP_EMPTY IMG_SP_EMPTY_SPACE #define IMG_CHAR_START IMG_CHAR_SPACE -#define IMG_GENERIC_START IMG_GENERIC_0 +#define IMG_CUSTOM_START IMG_CUSTOM_0 #define WIN_XSIZE 672 #define WIN_YSIZE 560 @@ -677,12 +677,12 @@ #define EL_UNUSED_358 358 #define EL_UNUSED_359 359 -#define EL_GENERIC_START 360 -#define EL_GENERIC_0 (EL_GENERIC_START + 0) -#define EL_GENERIC_31 (EL_GENERIC_START + 31) -#define EL_GENERIC_END (EL_GENERIC_START + 31) +#define EL_CUSTOM_START 360 +#define EL_CUSTOM_0 (EL_CUSTOM_START + 0) +#define EL_CUSTOM_31 (EL_CUSTOM_START + 127) +#define EL_CUSTOM_END (EL_CUSTOM_START + 127) -#define NUM_FILE_ELEMENTS 392 +#define NUM_FILE_ELEMENTS 488 /* "real" (and therefore drawable) runtime elements */ @@ -1427,7 +1427,7 @@ #define PROGRAM_VERSION_MAJOR 2 #define PROGRAM_VERSION_MINOR 2 #define PROGRAM_VERSION_PATCH 0 -#define PROGRAM_VERSION_STRING "2.2.0rc1" +#define PROGRAM_VERSION_STRING "2.2.0rc2" #define PROGRAM_TITLE_STRING "Rocks'n'Diamonds" #define PROGRAM_AUTHOR_STRING "Holger Schemel"