forced displaying last added high score entry
[rocksndiamonds.git] / src / main.h
index e9844b22ec5d3bcbb80dfc09ca64cceeb10c7fb9..fe3e025c566fee4518c9a9263f71c6bc0bfd67cf 100644 (file)
@@ -3059,6 +3059,7 @@ struct ScoreInfo
   int last_added_local;
 
   boolean updated;
+  boolean force_last_added;
 
   struct ScoreEntry entry[MAX_SCORE_ENTRIES];
 };