Opció de fer el reset amb o sense reload

This commit is contained in:
2024-12-05 08:25:44 +01:00
parent f0863b3691
commit e3d0145417
4 changed files with 17 additions and 3 deletions

View File

@@ -104,6 +104,7 @@ namespace globalInputs
options.game.language = lang::change(options.game.language);
lang::loadFromFile(getLangFile(static_cast<lang::Code>(options.game.language)));
section::name = section::Name::INIT;
section::options = section::Options::RELOAD;
Notifier::get()->showText({getLangName(options.game.language)});
}