mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-04-09 12:16:45 +00:00
racing:: fixed hotkey clash for 'best scores to show as ghosts' vs 'guiding line'
This commit is contained in:
parent
07b8c37247
commit
294d287518
@ -1020,7 +1020,7 @@ void race_projection() {
|
||||
|
||||
dialog::addBreak(100);
|
||||
|
||||
dialog::addSelItem(XLAT("best scores to show as ghosts"), its(ghosts_to_show), 'g');
|
||||
dialog::addSelItem(XLAT("best scores to show as ghosts"), its(ghosts_to_show), 'c');
|
||||
dialog::add_action([]() { dialog::editNumber(ghosts_to_show, 0, 100, 1, 5, "best scores to show as ghosts", ""); });
|
||||
|
||||
dialog::addSelItem(XLAT("best scores to save"), its(ghosts_to_save), 'b');
|
||||
|
Loading…
x
Reference in New Issue
Block a user