MCPcopy Create free account
hub / github.com/OpenTTD/OpenTTD / Load

Method Load

src/saveload/settings_sl.cpp:160–163  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 {

Callers

nothing calls this directly

Calls 2

LoadSettingsFunction · 0.85
GetSaveLoadSettingTableFunction · 0.85

Tested by

no test coverage detected