added function to load and merge local and server scores
[rocksndiamonds.git] / src / main.h
index 2d4e61d632948ed15d5d25e509c683bec6c6efa3..fe1106db8ab74d2cc08381e4b2da1fe18b02ef31 100644 (file)
@@ -3056,6 +3056,7 @@ struct ScoreInfo
 
   int num_entries;
   int last_added;
+  int last_added_local;
 
   struct ScoreEntry entry[MAX_SCORE_ENTRIES];
 };