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

This commit is contained in:
Zeno Rogue
2019-09-12 22:38:39 +02:00
parent 07b8c37247
commit 294d287518
+1 -1
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');