minor whitespace change
[rocksndiamonds.git] / src / main.h
index 83cbf65e923f5a7ba6bed14a8cffd587c1b33d3b..f1b3f1ac08f62ccfa300ddb11d895e3719c11831 100644 (file)
@@ -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];
 };