X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fmain.h;h=00ce3cd258883d8ec0e909b5417fee53e7ef8692;hb=51cc8f17af487cc53aafccf050ff1b16fec878a9;hp=64795686dff5bb10b5dc23eba21ae7f333790b15;hpb=aba7c979d1e33b986ab4ff520e4b002fc1ecb91e;p=rocksndiamonds.git diff --git a/src/main.h b/src/main.h index 64795686..00ce3cd2 100644 --- a/src/main.h +++ b/src/main.h @@ -2816,6 +2816,7 @@ struct MenuScoresButtonInfo struct MenuPosInfo next_level; struct MenuPosInfo prev_score; struct MenuPosInfo next_score; + struct MenuPosInfo play_tape; }; struct MenuScoresInfo @@ -3124,6 +3125,7 @@ struct ScoreInfo boolean updated; boolean uploaded; + boolean tape_downloaded; boolean force_last_added; struct ScoreEntry entry[MAX_SCORE_ENTRIES];