added flag to continue from hall of fame when pressing "return" key
[rocksndiamonds.git] / src / main.h
index cff7ff79a1148fb1fb2a76965014d32bd4350086..4d566eae281fdce27664a3e70bfbcf6cd1860e07 100644 (file)
@@ -3129,6 +3129,7 @@ struct ScoreInfo
   boolean tape_downloaded;
   boolean force_last_added;
   boolean continue_playing;
+  boolean continue_on_return;
 
   struct ScoreEntry entry[MAX_SCORE_ENTRIES];
 };