| 158 | PATSChunkHandler() : ChunkHandler('PATS', CH_TABLE) {} |
| 159 | |
| 160 | void Load() const override |
| 161 | { |
| 162 | LoadSettings(GetSaveLoadSettingTable(), &_settings_game, _settings_sl_compat); |
| 163 | } |
| 164 | |
| 165 | void LoadCheck(size_t) const override |
| 166 | { |
nothing calls this directly
no test coverage detected