fixed bugs when using music sets without unconfigured game music
[rocksndiamonds.git] / src / main.h
index 66c06a1267a61eac66a81d043acd066e5458113c..dc4ea9ace501012d47b92aaf669ec47fa15ee25c 100644 (file)
@@ -2661,7 +2661,7 @@ enum
 // program information and versioning definitions
 #define PROGRAM_VERSION_SUPER          4
 #define PROGRAM_VERSION_MAJOR          3
-#define PROGRAM_VERSION_MINOR          6
+#define PROGRAM_VERSION_MINOR          7
 #define PROGRAM_VERSION_PATCH          0
 #define PROGRAM_VERSION_EXTRA          ""
 
@@ -3779,11 +3779,13 @@ struct MusicFileInfo
   char *artist_header;
   char *album_header;
   char *year_header;
+  char *played_header;
 
   char *title;
   char *artist;
   char *album;
   char *year;
+  char *played;
 
   int music;