mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-11 18:00:34 +00:00
fixed 'help for keyboard users'
This commit is contained in:
parent
0c82bb64f0
commit
923d94e463
@ -437,6 +437,7 @@ struct shmup_configurer {
|
||||
|
||||
void handleConfig(int sym, int uni) {
|
||||
auto& cmdlist = shmup::on ? (WDIM == 3 ? playercmds_shmup3 : playercmds_shmup) : playercmds_turn;
|
||||
dialog::handleNavigation(sym, uni);
|
||||
|
||||
#if CAP_SDL
|
||||
if(uni == '1') pushScreen(key_configurer(1, cmdlist));
|
||||
|
Loading…
Reference in New Issue
Block a user