play this track / quit Nil Rider in Nil Rider selection

This commit is contained in:
Zeno Rogue 2023-08-22 20:11:46 +02:00
parent 572866b67a
commit 089db20356
1 changed files with 3 additions and 1 deletions

View File

@ -322,7 +322,9 @@ void pick_game() {
dialog::add_action_push(pick_level);
dialog::addBreak(100);
add_edit(planning_mode);
dialog::addBack();
dialog::addItem(XLAT("play this track"), SDLK_ESCAPE);
dialog::addItem(XLAT("quit Nil Rider"), 'q');
dialog::add_action([] { quitmainloop = true; });
dialog::display();
}