X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fmain.h;h=e3fce39c39f0ec1325e657250efb99dcb490f8f6;hb=a2057f4ad5859fea07c4a03cd41a69553ae9fd29;hp=ae52c9feefde0829d432c9da56e220abc83e8ae1;hpb=48df837459ac95beec8491795c40ced3bcf06818;p=rocksndiamonds.git diff --git a/src/main.h b/src/main.h index ae52c9fe..e3fce39c 100644 --- a/src/main.h +++ b/src/main.h @@ -1898,7 +1898,10 @@ #define EL_MM_END_2 (EL_DF_START2 + 430) #define EL_MM_END EL_MM_END_2 -#define NUM_FILE_ELEMENTS 1215 +#define EL_SPRING_LEFT 1215 +#define EL_SPRING_RIGHT 1216 + +#define NUM_FILE_ELEMENTS 1217 // "real" (and therefore drawable) runtime elements @@ -2559,7 +2562,7 @@ enum #define PROGRAM_VERSION_SUPER 4 #define PROGRAM_VERSION_MAJOR 2 #define PROGRAM_VERSION_MINOR 0 -#define PROGRAM_VERSION_PATCH 1 +#define PROGRAM_VERSION_PATCH 2 #define PROGRAM_VERSION_EXTRA "" #define PROGRAM_TITLE_STRING "Rocks'n'Diamonds"