mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-24 01:00:25 +00:00
fixed the Help in main menu showing incorrect screens
This commit is contained in:
parent
3e53b944a3
commit
f185c9e28e
@ -253,7 +253,7 @@ void showMainMenu() {
|
||||
|
||||
keyhandler = [] (int sym, int uni) {
|
||||
dialog::handleNavigation(sym, uni);
|
||||
if(sym == SDLK_F1 || sym == 'h') gotoHelp(help);
|
||||
if(sym == SDLK_F1 || sym == 'h') gotoHelp("@");
|
||||
else if(sym == 'c' && cheater) pushScreen(showCheatMenu);
|
||||
else if(sym == 'b') pushScreen(showBasicConfig);
|
||||
else if(sym == 'g') pushScreen(showGraphConfig);
|
||||
|
Loading…
Reference in New Issue
Block a user