X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fmain.h;h=f3e757126a43e06115932f01563fb4b010f1d4bd;hb=b4d6d8ae51658490fd6d0a23b81a0d98c99df925;hp=00ce3cd258883d8ec0e909b5417fee53e7ef8692;hpb=51cc8f17af487cc53aafccf050ff1b16fec878a9;p=rocksndiamonds.git diff --git a/src/main.h b/src/main.h index 00ce3cd2..f3e75712 100644 --- a/src/main.h +++ b/src/main.h @@ -2856,6 +2856,7 @@ struct InitInfo { struct MenuPosInfo busy_initial; struct MenuPosInfo busy; + struct MenuPosInfo busy_playfield; }; struct MenuInfo @@ -3762,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;