mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-01 02:07:57 +00:00
when watching score from custom modes, show only the current custom mode
This commit is contained in:
@@ -1427,7 +1427,7 @@ void mode_screen_for_current() {
|
||||
dialog::addBreak(100);
|
||||
|
||||
dialog::addSelItem(XLAT("scores recorded"), its(qty_scores_for[mc]), 's');
|
||||
dialog::add_action([] { scores::load(); });
|
||||
dialog::add_action([mc] { scores::load(); scores::which_mode = mc; });
|
||||
|
||||
dialog::addSelItem(XLAT("Yendor Challenge"), its(yendor::compute_tscore(mc)), 'y');
|
||||
dialog::add_action([] {
|
||||
|
Reference in New Issue
Block a user