rogueviz::ads:: main help, help for DS game

This commit is contained in:
Zeno Rogue
2025-02-24 11:45:12 +01:00
parent 8dac0e0f68
commit 9c9b37f2fb
5 changed files with 30 additions and 3 deletions
+1 -1
View File
@@ -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;