1
0
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:
Zeno Rogue 2025-03-27 15:52:18 +01:00
parent 0bd73a3960
commit 691b0959a2

View File

@ -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);