| 35 | BaseSelectScreen::~BaseSelectScreen() = default; |
| 36 | |
| 37 | void BaseSelectScreen::begin() |
| 38 | { |
| 39 | menuform->findControlTyped<Label>("TEXT_FUNDS")->setText(state->getPlayerBalance()); |
| 40 | autoScroll = config().getBool("Options.Misc.AutoScroll"); |
| 41 | } |
| 42 | |
| 43 | void BaseSelectScreen::pause() {} |
| 44 |
nothing calls this directly
no test coverage detected