added level editor option to sort high scores by playing time (or steps)
[rocksndiamonds.git] / src / main.h
index c0b74e80f8765ea1503941f8b7c61905dadbab8f..482f7317e5d81b41fd2d0265f520c16e41eefe38 100644 (file)
@@ -3121,6 +3121,7 @@ struct LevelInfo
   int time;                            // available time (seconds)
   int gems_needed;
   boolean auto_count_gems;
+  boolean rate_time_over_score;
 
   char name[MAX_LEVEL_NAME_LEN + 1];
   char author[MAX_LEVEL_AUTHOR_LEN + 1];