mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-11-07 09:13:02 +00:00
start menu options no longer reset the graphical options -- there is a separate entry for that
This commit is contained in:
@@ -697,7 +697,13 @@ void showStartMenu() {
|
||||
dialog::addBreak(100);
|
||||
dialog::addBigItem(XLAT1("use current/saved settings"), SDLK_ESCAPE);
|
||||
}
|
||||
|
||||
|
||||
if(have_current_graph_settings()) {
|
||||
dialog::addBreak(100);
|
||||
dialog::addBigItem(XLAT1("reset the graphics settings"), 'r');
|
||||
dialog::add_action([] () { reset_graph_settings(); });
|
||||
}
|
||||
|
||||
dialog::addBreak(100);
|
||||
dialog::addBigItem(XLAT("main menu"), 'm');
|
||||
dialog::addInfo(XLAT("more options"));
|
||||
|
||||
Reference in New Issue
Block a user