X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fmain.h;h=c5c52ded9e4393e0345be4f464330821e02940de;hb=8690e55ceeb74b13d867e3cdfb9ee991b58b297a;hp=6e0a1fc9ac1a83224019c259a4d495ad45c93615;hpb=64a3650ea089428b698c6a8e51f1ce864ce983a0;p=rocksndiamonds.git diff --git a/src/main.h b/src/main.h index 6e0a1fc9..c5c52ded 100644 --- a/src/main.h +++ b/src/main.h @@ -2598,7 +2598,7 @@ enum // program information and versioning definitions #define PROGRAM_VERSION_SUPER 4 #define PROGRAM_VERSION_MAJOR 3 -#define PROGRAM_VERSION_MINOR 1 +#define PROGRAM_VERSION_MINOR 2 #define PROGRAM_VERSION_PATCH 0 #define PROGRAM_VERSION_EXTRA "" @@ -3084,6 +3084,7 @@ struct ScoreInfo int num_entries; int last_added; int last_added_local; + int last_level_nr; boolean updated; boolean uploaded;