1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-28 04:17:39 +00:00

rogueviz::ads:: sharing the general keys

This commit is contained in:
Zeno Rogue
2025-02-08 13:22:56 +01:00
parent dae3bbf3d5
commit 41ac03e347
4 changed files with 12 additions and 28 deletions

View File

@@ -181,7 +181,7 @@ void game_menu() {
dialog::add_action([] { current.T = Id; vctrV = Id; });
dialog::addItem("configure keys", 'k');
dialog::add_action_push(multi::get_key_configurer(1, move_names, "Relative Hell keys", scfg_ads));
dialog::add_action_push(multi::get_key_configurer(1, move_names, "Relative Hell keys", multi::scfg_default));
#if CAP_AUDIO
add_edit(effvolume);