X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fmain.h;h=c5ff5f8cf2329033ca85c351b3ceae8ffc98b4c0;hb=d128e0a2dbb2edd76bf4fea137bcfb47e59f06e7;hp=83cbf65e923f5a7ba6bed14a8cffd587c1b33d3b;hpb=b1e35d3eb78d14804f70516960edb5d9dfbebba4;p=rocksndiamonds.git diff --git a/src/main.h b/src/main.h index 83cbf65e..c5ff5f8c 100644 --- a/src/main.h +++ b/src/main.h @@ -2611,7 +2611,7 @@ enum #define PROGRAM_VERSION_SUPER 4 #define PROGRAM_VERSION_MAJOR 3 #define PROGRAM_VERSION_MINOR 2 -#define PROGRAM_VERSION_PATCH 2 +#define PROGRAM_VERSION_PATCH 3 #define PROGRAM_VERSION_EXTRA "" #define PROGRAM_TITLE_STRING "Rocks'n'Diamonds" @@ -3123,12 +3123,14 @@ struct ScoreInfo int last_added_local; int last_level_nr; int last_entry_nr; + int next_level_nr; boolean updated; boolean uploaded; boolean tape_downloaded; boolean force_last_added; - boolean was_just_playing; + boolean continue_playing; + boolean continue_on_return; struct ScoreEntry entry[MAX_SCORE_ENTRIES]; };