mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-12-19 20:38:09 +00:00
allow reconfigure deck::escape
This commit is contained in:
@@ -650,7 +650,7 @@ EX void handleKeyNormal(int sym, int uni) {
|
|||||||
keybd_subdir *= -1;
|
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)
|
if(bow::fire_mode)
|
||||||
bow::switch_fire_mode();
|
bow::switch_fire_mode();
|
||||||
else if(viewdists)
|
else if(viewdists)
|
||||||
|
|||||||
Reference in New Issue
Block a user