1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-12-18 11:58:07 +00:00

allow reconfigure deck::escape

This commit is contained in:
Zeno Rogue
2025-12-12 09:55:41 +01:00
parent 836d341d40
commit 9c95d85bf4

View File

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