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

Method Load

src/saveload/gamelog_sl.cpp:415–418  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

413 }
414
415 void Load() const override
416 {
417 this->LoadCommon(_gamelog);
418 }
419
420 void LoadCheck(size_t) const override
421 {

Callers

nothing calls this directly

Calls 1

LoadCommonMethod · 0.95

Tested by

no test coverage detected