added (and set) identifier and level number to global levelset structure
[rocksndiamonds.git] / src / libgame / system.h
index 76169efa6bf0345e6e90f64fc63d827fdee5c7b5..29a98017dd832c63435c16297498f3018ecd5868 100644 (file)
@@ -1569,6 +1569,9 @@ struct MouseActionInfo
 struct LevelSetInfo
 {
   int music[MAX_LEVELS];
+
+  char *identifier;
+  int level_nr;
 };
 
 struct LevelStats