mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2026-04-28 03:21:23 +00:00
refactored some XLAT calls for automated analysis, fixing some bugs on the way
This commit is contained in:
@@ -2835,7 +2835,8 @@ EX void edit_all_settings() {
|
||||
}
|
||||
|
||||
void list_setting::show_edit_option(char key) {
|
||||
dialog::addSelItem(XLAT(menu_item_name), XLAT(options[get_value()].first), key);
|
||||
string opt = options[get_value()].first;
|
||||
dialog::addSelItem(XLAT(menu_item_name), XLAT(opt), key);
|
||||
dialog::add_action_push([this] {
|
||||
add_to_changed(this);
|
||||
gamescreen(2);
|
||||
|
||||
Reference in New Issue
Block a user