X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fmain.h;h=9fb87a2c36b2ce0f6ae779983e8a69582b8c66d1;hb=8b37e160bdb600c02cf7f46d4820a28f0410dc8b;hp=797a3350f8243f933cd9f081ae60a94c32618e02;hpb=368684d4c5e2a59cbea8c5e35171f3fe008b844f;p=rocksndiamonds.git diff --git a/src/main.h b/src/main.h index 797a3350..9fb87a2c 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 0 +#define PROGRAM_VERSION_PATCH 1 #define PROGRAM_VERSION_EXTRA "" #define PROGRAM_TITLE_STRING "Rocks'n'Diamonds" @@ -3128,6 +3128,7 @@ struct ScoreInfo boolean uploaded; boolean tape_downloaded; boolean force_last_added; + boolean was_just_playing; struct ScoreEntry entry[MAX_SCORE_ENTRIES]; };