fixed bug with using wrong global border when restarting the game
[rocksndiamonds.git] / src / main.h
index a107a65ee2e700868d69d4b549bdabb81bf7c04a..a32e32a6a283acfbfd9d25fcc2e76e67b0810ff4 100644 (file)
@@ -3591,6 +3591,8 @@ struct ElementInfo
 
   struct ElementGroupInfo *group;      // pointer to element group info
 
+  boolean has_anim_event;      // element can trigger global animation
+
   // ---------- internal values used at runtime when playing ----------
 
   boolean has_change_event[NUM_CHANGE_EVENTS];
@@ -3779,11 +3781,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;