X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fmain.h;h=881b7863493250cf60a783166deb85bd29d92204;hb=affaf3f773dd4cbd843bc38e3798930427c27d9d;hp=00ce3cd258883d8ec0e909b5417fee53e7ef8692;hpb=51cc8f17af487cc53aafccf050ff1b16fec878a9;p=rocksndiamonds.git diff --git a/src/main.h b/src/main.h index 00ce3cd2..881b7863 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 @@ -3127,6 +3128,7 @@ struct ScoreInfo boolean uploaded; boolean tape_downloaded; boolean force_last_added; + boolean was_just_playing; struct ScoreEntry entry[MAX_SCORE_ENTRIES]; }; @@ -3762,6 +3764,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; @@ -3904,6 +3907,7 @@ extern SetupFileHash *element_token_hash; extern SetupFileHash *graphic_token_hash; extern SetupFileHash *font_token_hash; extern SetupFileHash *hide_setup_hash; +extern SetupFileHash *anim_url_hash; extern struct ConfigTypeInfo image_config_suffix[]; extern struct ConfigTypeInfo sound_config_suffix[]; extern struct ConfigTypeInfo music_config_suffix[];