mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2026-01-05 03:29:03 +00:00
fixed the help button
This commit is contained in:
2
quit.cpp
2
quit.cpp
@@ -597,7 +597,7 @@ EX void showGameMenu() {
|
||||
#endif
|
||||
#endif
|
||||
dialog::addHelp();
|
||||
dialog::add_action([] { buildHelpText(); gotoHelp(help); });
|
||||
dialog::add_action([] { gotoHelp("@"); });
|
||||
if(!intour) {
|
||||
dialog::addItem(XLAT("restart"), SDLK_F5);
|
||||
dialog::addItem(inSpecialMode() ? XLAT("reset special modes") : XLAT("back to the start menu"), 'R');
|
||||
|
||||
Reference in New Issue
Block a user