mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-07 04:47:56 +00:00
fixed a compile error in some compilers
This commit is contained in:
@@ -1450,7 +1450,7 @@ void mode_screen_for_current() {
|
||||
dialog::addBreak(100);
|
||||
|
||||
dialog::addSelItem(XLAT("scores recorded"), its(qty_scores_for[mc]), 's');
|
||||
dialog::add_action([mc] { scores::load(); scores::which_mode = mc; });
|
||||
dialog::add_action([] { scores::load(); scores::which_mode = current_modecode; });
|
||||
|
||||
dialog::addSelItem(XLAT("Yendor Challenge"), its(yendor::compute_tscore(mc)), 'y');
|
||||
dialog::add_action([] {
|
||||
|
Reference in New Issue
Block a user