X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fmain.h;h=b429c15b992a998188a7a28c8ca32f2e3ee7f629;hb=881bd7909d3a28c07c0bed2185e60a437b407e7c;hp=c0b74e80f8765ea1503941f8b7c61905dadbab8f;hpb=7f854f7628d746306ec1a7fcd27c93bbb7652740;p=rocksndiamonds.git diff --git a/src/main.h b/src/main.h index c0b74e80..b429c15b 100644 --- a/src/main.h +++ b/src/main.h @@ -3040,6 +3040,7 @@ struct ViewportInfo struct ScoreEntry { + char tape_basename[MAX_FILENAME_LEN + 1]; char name[MAX_PLAYER_NAME_LEN + 1]; int score; int time; // time (in frames) or steps played @@ -3121,6 +3122,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];