added setup option to enable or disable using high score server
[rocksndiamonds.git] / src / main.h
index 2d4e61d632948ed15d5d25e509c683bec6c6efa3..1b9e7cb63691eb31f714189f1c55e5ec22e796e2 100644 (file)
@@ -3056,6 +3056,9 @@ struct ScoreInfo
 
   int num_entries;
   int last_added;
+  int last_added_local;
+
+  boolean updated;
 
   struct ScoreEntry entry[MAX_SCORE_ENTRIES];
 };