added storing next level to play from hall of fame
[rocksndiamonds.git] / src / files.c
index d72bcfae125aa2042153356ca7c695e8714538d2..4a980dffc748708fd4485a8f9b72d4e89252ab4e 100644 (file)
@@ -8693,7 +8693,9 @@ static void setScoreInfoToDefaultsExt(struct ScoreInfo *scores)
   // The following values are intentionally not reset here:
   // - last_level_nr
   // - last_entry_nr
-  // - was_just_playing
+  // - next_level_nr
+  // - continue_playing
+  // - continue_on_return
 }
 
 static void setScoreInfoToDefaults(void)