ServiceMenu: utilitza "lang" per als textos
This commit is contained in:
@@ -46,7 +46,7 @@ Title::Title()
|
||||
Resource::get()->getTexture("smb2.gif")->setPalette(1);
|
||||
|
||||
// Asigna valores a otras variables
|
||||
section::options = section::Options::[TITLE] PRESS_BUTTON_TO_PLAY;
|
||||
section::options = section::Options::TITLE_1;
|
||||
const bool IS_TITLE_TO_DEMO = (section::attract_mode == section::AttractMode::TITLE_TO_DEMO);
|
||||
next_section_ = IS_TITLE_TO_DEMO ? section::Name::GAME_DEMO : section::Name::LOGO;
|
||||
section::attract_mode = IS_TITLE_TO_DEMO ? section::AttractMode::TITLE_TO_LOGO : section::AttractMode::TITLE_TO_DEMO;
|
||||
|
||||
Reference in New Issue
Block a user