X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fmain.h;h=cd272322f63e9d67f5f2de45922a2a3617bf8e98;hb=84b4d1874b7dfed42ace079941a65baea0ac4ff6;hp=b4a572917258cc0b9aee085baabb609446049d45;hpb=5c7c1498d0f9560dda7fad6bda93d3c1d373c11f;p=rocksndiamonds.git diff --git a/src/main.h b/src/main.h index b4a57291..cd272322 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 @@ -2853,6 +2854,7 @@ struct TitleMessageInfo struct InitInfo { + struct MenuPosInfo busy_initial; struct MenuPosInfo busy; }; @@ -3123,6 +3125,7 @@ struct ScoreInfo boolean updated; boolean uploaded; + boolean tape_downloaded; boolean force_last_added; struct ScoreEntry entry[MAX_SCORE_ENTRIES]; @@ -3759,6 +3762,7 @@ extern DrawBuffer *drawto_field; extern int game_status; extern int game_status_last_screen; extern boolean level_editor_test_game; +extern boolean score_info_tape_play; extern boolean network_playing; extern int key_joystick_mapping;