minor whitespace change
[rocksndiamonds.git] / src / main.h
index cff7ff79a1148fb1fb2a76965014d32bd4350086..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 continue_playing;
+  boolean continue_on_return;
 
   struct ScoreEntry entry[MAX_SCORE_ENTRIES];
 };