Skip to content

Commit

Permalink
play this track / quit Nil Rider in Nil Rider selection
Browse files Browse the repository at this point in the history
  • Loading branch information
zenorogue committed Aug 22, 2023
1 parent 572866b commit 089db20
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion rogueviz/nilrider/nilrider.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}

Expand Down

0 comments on commit 089db20

Please sign in to comment.