X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fmain.h;h=cbd7c1a4319ba5723d4c0f785a3d2521827162db;hb=ddae7207c7ab16de16628ac6668b8637dc6abfaa;hp=309229ee71c2fdce7670c5e19f65792c4ae6e009;hpb=72baf2035efe4643ddafab987670953402ef186a;p=rocksndiamonds.git diff --git a/src/main.h b/src/main.h index 309229ee..cbd7c1a4 100644 --- a/src/main.h +++ b/src/main.h @@ -34,8 +34,6 @@ #define IMG_UNDEFINED (-1) #define IMG_EMPTY IMG_EMPTY_SPACE -#define IMG_SP_EMPTY IMG_EMPTY_SPACE -#define IMG_SP_EMPTY_SPACE IMG_EMPTY_SPACE #define IMG_EXPLOSION IMG_DEFAULT_EXPLODING #define IMG_CHAR_START IMG_CHAR_SPACE #define IMG_STEEL_CHAR_START IMG_STEEL_CHAR_SPACE @@ -1873,7 +1871,8 @@ #define EL_DF_WALL_START EL_DF_WOODEN_WALL_START #define EL_DF_WALL_END EL_DF_STEEL_WALL_END -#define EL_DF_EMPTY (EL_DF_START2 + 304) +#define EL_DF_EMPTY_SPACE (EL_DF_START2 + 304) +#define EL_DF_EMPTY EL_DF_EMPTY_SPACE #define EL_DF_CELL (EL_DF_START2 + 305) #define EL_DF_MINE (EL_DF_START2 + 306) #define EL_DF_REFRACTOR (EL_DF_START2 + 307) @@ -3023,7 +3022,7 @@ enum #define PROGRAM_VERSION_MAJOR 4 #define PROGRAM_VERSION_MINOR 0 #define PROGRAM_VERSION_PATCH 0 -#define PROGRAM_VERSION_EXTRA "-test-1" +#define PROGRAM_VERSION_EXTRA "-test-2" #define PROGRAM_TITLE_STRING "Rocks'n'Diamonds" #define PROGRAM_AUTHOR_STRING "Holger Schemel"