X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fmain.h;h=1b3498875fe6221c68aa2173adf08dafb29c470f;hb=e915e2619a7d1e5cadb5d2be4100b304ac3ebd90;hp=f29e8b128b080e2d8763154a6707e963c687f0f1;hpb=9d1c0c84c4a0e09a9eeb4d23a1407ff015018b81;p=rocksndiamonds.git diff --git a/src/main.h b/src/main.h index f29e8b12..1b349887 100644 --- a/src/main.h +++ b/src/main.h @@ -2574,9 +2574,9 @@ enum // program information and versioning definitions #define PROGRAM_VERSION_SUPER 4 -#define PROGRAM_VERSION_MAJOR 2 -#define PROGRAM_VERSION_MINOR 3 -#define PROGRAM_VERSION_PATCH 2 +#define PROGRAM_VERSION_MAJOR 3 +#define PROGRAM_VERSION_MINOR 0 +#define PROGRAM_VERSION_PATCH 0 #define PROGRAM_VERSION_EXTRA "" #define PROGRAM_TITLE_STRING "Rocks'n'Diamonds" @@ -3270,6 +3270,7 @@ struct GlobalInfo int autoplay_level[MAX_TAPES_PER_SET]; int autoplay_mode; boolean autoplay_all; + time_t autoplay_time; char *patchtapes_mode; char *patchtapes_leveldir;