1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-04-27 02:51:23 +00:00

display a hint when player hidden

This commit is contained in:
Zeno Rogue
2022-03-27 19:12:10 +02:00
parent 00d640fa22
commit 14ed4b7603
4 changed files with 8 additions and 2 deletions

View File

@@ -597,6 +597,9 @@ EX void handleKeyNormal(int sym, int uni) {
if(sym == PSEUDOKEY_MENU)
pushScreen(showMainMenu);
if(sym == PSEUDOKEY_NOHINT)
no_find_player = true;
if(sym == '-' || sym == PSEUDOKEY_WHEELDOWN) {
actonrelease = false;