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:
parent
572866b67a
commit
089db20356
@ -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();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user