| 285 | } |
| 286 | |
| 287 | void ModuleSaveDataPanel::ApplyChanges() |
| 288 | { |
| 289 | if (mSaveModule) |
| 290 | mSaveModule->SetUpFromSaveDataBase(); |
| 291 | TheSaveDataPanel->SetModule(nullptr); |
| 292 | } |
| 293 | |
| 294 | void ModuleSaveDataPanel::FillDropdownList(DropdownList* list, ModuleSaveData::SaveVal* save) |
| 295 | { |
nothing calls this directly
no test coverage detected