1
0
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:
Zeno Rogue
2025-12-12 12:33:22 +01:00
parent 9e344a5766
commit d1c1cbcd66

View File

@@ -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');