moved drawing title of "choose tree" screen to separate function
[rocksndiamonds.git] / src / main.h
index 82963880bfc78b3a721555850966c849023ea107..c5c52ded9e4393e0345be4f464330821e02940de 100644 (file)
@@ -2598,8 +2598,8 @@ enum
 // program information and versioning definitions
 #define PROGRAM_VERSION_SUPER          4
 #define PROGRAM_VERSION_MAJOR          3
-#define PROGRAM_VERSION_MINOR          1
-#define PROGRAM_VERSION_PATCH          2
+#define PROGRAM_VERSION_MINOR          2
+#define PROGRAM_VERSION_PATCH          0
 #define PROGRAM_VERSION_EXTRA          ""
 
 #define PROGRAM_TITLE_STRING           "Rocks'n'Diamonds"
@@ -3084,6 +3084,7 @@ struct ScoreInfo
   int num_entries;
   int last_added;
   int last_added_local;
+  int last_level_nr;
 
   boolean updated;
   boolean uploaded;