mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-04-05 18:27:01 +00:00
clear key_actions in normal screen
This commit is contained in:
parent
0bd73a3960
commit
691b0959a2
@ -5938,6 +5938,7 @@ EX void normalscreen() {
|
||||
|
||||
show_menu_button();
|
||||
keyhandler = handleKeyNormal;
|
||||
dialog::key_actions.clear();
|
||||
|
||||
if(!playerfound && !anims::any_on() && !sphere && !no_find_player && mapeditor::drawplayer)
|
||||
displayButton(current_display->xcenter, current_display->ycenter, mousing ? XLAT("find the player") : XLAT("press SPACE to find the player"), ' ', 8);
|
||||
|
Loading…
x
Reference in New Issue
Block a user