X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fmain.h;h=482f7317e5d81b41fd2d0265f520c16e41eefe38;hb=088c9c2caa2434a1667dc8ea25b152b41cf7dc1b;hp=c0b74e80f8765ea1503941f8b7c61905dadbab8f;hpb=7edc7ca00edb91a62392337dc612ae8156d3eb2a;p=rocksndiamonds.git diff --git a/src/main.h b/src/main.h index c0b74e80..482f7317 100644 --- a/src/main.h +++ b/src/main.h @@ -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];