mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-11-01 14:32:59 +00:00
rogueviz::ads:: main help, help for DS game
This commit is contained in:
@@ -91,7 +91,7 @@ bool handleKey(int sym, int uni) {
|
||||
if(sym == 'v') pushScreen(game_menu);
|
||||
if(sym == SDLK_ESCAPE) pushScreen(game_menu);
|
||||
if(sym == SDLK_F1) {
|
||||
if(help == "@") help = "help not known";
|
||||
if(help == "@") help = get_main_help();
|
||||
gotoHelp(help);
|
||||
}
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user