Skip to content

Commit

Permalink
Remove the "Please Remember" dialog box
Browse files Browse the repository at this point in the history
  • Loading branch information
oleg-derevenetz committed Dec 16, 2024
1 parent fe31acc commit df6dbcb
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions src/fheroes2/game/game_mainmenu.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -261,21 +261,6 @@ fheroes2::GameMode Game::MainMenu( const bool isFirstGameRun )
}
}

{
const fheroes2::Text header( _( "Please Remember" ), fheroes2::FontType::normalYellow() );

fheroes2::MultiFontText body;
body.add( { _( "You can always change the language, resolution and settings of the game by clicking on the " ), fheroes2::FontType::normalWhite() } );
body.add( { _( "door" ), fheroes2::FontType::normalYellow() } );
body.add( { _( " on the left side of the Main Menu, or with the " ), fheroes2::FontType::normalWhite() } );
body.add( { _( "CONFIG" ), fheroes2::FontType::normalYellow() } );
body.add( { _( " button from the " ), fheroes2::FontType::normalWhite() } );
body.add( { _( "NEW GAME" ), fheroes2::FontType::normalYellow() } );
body.add( { _( " menu. \n\nEnjoy the game!" ), fheroes2::FontType::normalWhite() } );

fheroes2::showMessage( header, body, Dialog::OK );
}

conf.resetFirstGameRun();
conf.Save( Settings::configFileName );
}
Expand Down

0 comments on commit df6dbcb

Please sign in to comment.