mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-10 14:26:01 +00:00
clear key_actions in normal screen
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user