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

Method LoadCheck

src/saveload/gamelog_sl.cpp:420–423  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

418 }
419
420 void LoadCheck(size_t) const override
421 {
422 this->LoadCommon(_load_check_data.gamelog);
423 }
424};
425
426static const GLOGChunkHandler GLOG;

Callers

nothing calls this directly

Calls 1

LoadCommonMethod · 0.95

Tested by

no test coverage detected