1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-12-21 13:28:05 +00:00

more guards for CAP_SHOT/CAP_FILES

This commit is contained in:
Zeno Rogue
2018-12-15 15:20:27 +01:00
parent c08cad3e0b
commit 8a6d3173bd
3 changed files with 9 additions and 3 deletions

View File

@@ -327,7 +327,9 @@ void handleKeyNormal(int sym, int uni) {
uni = sym = 0;
}
#if CAP_SHOT
if(uni == 'A') { pushScreen(shot::menu); uni = sym = 0; }
#endif
if(DEFAULTNOR(sym)) handlePanning(sym, uni);