X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fmain.h;h=b429c15b992a998188a7a28c8ca32f2e3ee7f629;hb=feaea470eb1daf5e3b82b8486db769b1cfc08d34;hp=8c12cf95b93e7973c7d96645a72325368bac21ac;hpb=77eea34405c119f20f461acae08cd77ec5c21dd6;p=rocksndiamonds.git diff --git a/src/main.h b/src/main.h index 8c12cf95..b429c15b 100644 --- a/src/main.h +++ b/src/main.h @@ -3040,8 +3040,10 @@ 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 }; struct ScoreInfo @@ -3120,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];