From 9c95d85bf4c5e919152fb80e14a0d09a582eedcb Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Fri, 12 Dec 2025 09:55:41 +0100 Subject: [PATCH] allow reconfigure deck::escape --- control.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/control.cpp b/control.cpp index 70f2804d..478d8ad3 100644 --- a/control.cpp +++ b/control.cpp @@ -650,7 +650,7 @@ EX void handleKeyNormal(int sym, int uni) { keybd_subdir *= -1; } - if(sym == SDLK_ESCAPE || is_joy_index(sym, deck::escape)) { + if(sym == SDLK_ESCAPE || (is_joy_index(sym, deck::escape) && DEFAULTNOR(sym))) { if(bow::fire_mode) bow::switch_fire_mode(); else if(viewdists)