1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-01-12 18:30:34 +00:00

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

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();
}