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:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user