From 923d94e4632f451f90ff52e6880faf6aa4f9444a Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Wed, 15 May 2019 14:27:44 +0200 Subject: [PATCH] fixed 'help for keyboard users' --- shmup.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/shmup.cpp b/shmup.cpp index 4043d51c..6dfafdb2 100644 --- a/shmup.cpp +++ b/shmup.cpp @@ -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));