mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2026-09-16 00:51:20 +00:00
do not display 'press F1 or right click for help' on SteamDeck
This commit is contained in:
@@ -229,7 +229,7 @@ EX void buildHelpText() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
EX string standard_help() {
|
EX string standard_help() {
|
||||||
if(nohelp == 2) return "";
|
if(nohelp == 2 || dialog::display_keys == 3) return "";
|
||||||
return XLAT("Press F1 or right click for help");
|
return XLAT("Press F1 or right click for help");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user