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