mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-04-03 01:07:03 +00:00
pressing F1 while in the start menu no longer displays empty help
This commit is contained in:
parent
2b6b8c1d39
commit
9412928914
@ -679,7 +679,7 @@ void showStartMenu() {
|
||||
else if(sym == SDLK_F10)
|
||||
quitmainloop = true;
|
||||
else if(sym == SDLK_F1)
|
||||
gotoHelp(help);
|
||||
gotoHelp("@");
|
||||
else if(sym == SDLK_ESCAPE || sym == ' ') {
|
||||
popScreen();
|
||||
timerstart = time(NULL);
|
||||
|
Loading…
x
Reference in New Issue
Block a user