X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Fmain.h;h=cea0249e7d8c480ad79bb38be1285277e4141555;hp=1ee2037ae68101f7d156027795f719f5c7d448e0;hb=187654874c567be3a92e0b53aa1df45407432265;hpb=dad6457f2f778d11ad84e90d328981532d0ba0ea diff --git a/src/main.h b/src/main.h index 1ee2037a..cea0249e 100644 --- a/src/main.h +++ b/src/main.h @@ -2686,6 +2686,7 @@ struct MenuMainInfo struct MenuMainTextInfo text; struct MenuMainInputInfo input; + struct TextPosInfo preview_players; struct TextPosInfo network_players; }; @@ -2965,11 +2966,6 @@ struct EnvelopeInfo char text[MAX_ENVELOPE_TEXT_LEN + 1]; }; -struct LevelSetInfo -{ - int music[MAX_LEVELS]; -}; - struct LevelFileInfo { int nr; @@ -3622,7 +3618,6 @@ extern boolean network_player_action_received; extern int graphics_action_mapping[]; -extern struct LevelSetInfo levelset; extern struct LevelInfo level, level_template; extern struct HiScore highscore[]; extern struct TapeInfo tape;