From 691b0959a2e55bc1ffc1df19805a4939d440388e Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Thu, 27 Mar 2025 15:52:18 +0100 Subject: [PATCH] clear key_actions in normal screen --- graph.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/graph.cpp b/graph.cpp index b8ab39dc..bfb7d561 100644 --- a/graph.cpp +++ b/graph.cpp @@ -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);