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