| 1352 | } else if (component == "shop_menu") { |
| 1353 | |
| 1354 | // Get the Character ID of the Selected Character and set it |
| 1355 | if (selection == (static_cast<int>(items.size()) - 1)) { |
| 1356 | clear_character("shop"); |
| 1357 | go_to(Enums::Screen::CASTLE); |
| 1358 | } else |
| 1359 | set_character("shop", data); |
| 1360 |
nothing calls this directly
no outgoing calls
no test coverage detected