mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-12-15 02:28:05 +00:00
fixed how the joystick configuration is arranged
This commit is contained in:
@@ -478,11 +478,13 @@ struct shmup_configurer {
|
||||
#if CAP_SDLJOY
|
||||
if(numsticks > 0) {
|
||||
if(shmup::on || multi::alwaysuse || players > 1)
|
||||
dialog::addItem(XLAT("configure joystick axes"), 'j');
|
||||
dialog::addItem(XLAT("configure joystick axes"), 'x');
|
||||
else dialog::addBreak(100);
|
||||
}
|
||||
#endif
|
||||
|
||||
add_edit(joy_init);
|
||||
|
||||
dialog::addBreak(50);
|
||||
|
||||
dialog::addHelp();
|
||||
|
||||
Reference in New Issue
Block a user