racing:: fixed hotkey clash for 'best scores to show as ghosts' vs 'guiding line'

This commit is contained in:
Zeno Rogue 2019-01-17 01:03:21 +01:00
parent 07b8c37247
commit 294d287518
1 changed files with 1 additions and 1 deletions

View File

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