X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fmain.h;h=15b99ab6d298811d249e92eb8cd2c88ae02316e3;hb=559df68519c1c2aa3b81689ee747b49fae22c931;hp=8c3258cae2edbb67936ac050ce8d04a9e0930e7a;hpb=1a22e8bdd70708d1ee0bb3f21a456eca4e3de50a;p=rocksndiamonds.git diff --git a/src/main.h b/src/main.h index 8c3258ca..15b99ab6 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 0 +#define PROGRAM_VERSION_PATCH 1 #define PROGRAM_VERSION_EXTRA "" #define PROGRAM_TITLE_STRING "Rocks'n'Diamonds"