added reloading server scores after download has finished
[rocksndiamonds.git] / src / main.h
index fe1106db8ab74d2cc08381e4b2da1fe18b02ef31..1b9e7cb63691eb31f714189f1c55e5ec22e796e2 100644 (file)
@@ -3058,6 +3058,8 @@ struct ScoreInfo
   int last_added;
   int last_added_local;
 
+  boolean updated;
+
   struct ScoreEntry entry[MAX_SCORE_ENTRIES];
 };