X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fmain.h;h=f3e757126a43e06115932f01563fb4b010f1d4bd;hb=92736512b4fedc65254597f1b3e85a885b0e6e62;hp=64795686dff5bb10b5dc23eba21ae7f333790b15;hpb=aba7c979d1e33b986ab4ff520e4b002fc1ecb91e;p=rocksndiamonds.git diff --git a/src/main.h b/src/main.h index 64795686..f3e75712 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 @@ -2855,6 +2856,7 @@ struct InitInfo { struct MenuPosInfo busy_initial; struct MenuPosInfo busy; + struct MenuPosInfo busy_playfield; }; struct MenuInfo @@ -3124,6 +3126,7 @@ struct ScoreInfo boolean updated; boolean uploaded; + boolean tape_downloaded; boolean force_last_added; struct ScoreEntry entry[MAX_SCORE_ENTRIES]; @@ -3760,6 +3763,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;