| 947 | } else if (component == "tithe_menu") { |
| 948 | |
| 949 | // Flags = &_ui->modal_tithe->show, &_ui->input_donate->show, |
| 950 | |
| 951 | // Get the Character ID of the Selected Character and set it |
| 952 | if (selection == (static_cast<int>(items.size()) - 1)) { |
| 953 | clear_character(Enums::CharacterSlot::TITHE); |
| 954 | go_back = true; |
| 955 | } else { |
nothing calls this directly
no outgoing calls
no test coverage detected