fixed 'help for keyboard users'

This commit is contained in:
Zeno Rogue 2019-05-15 14:27:44 +02:00
parent 0c82bb64f0
commit 923d94e463
1 changed files with 1 additions and 0 deletions

View File

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