2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2025-12-27 12:31:50 +00:00

update comment

This commit is contained in:
Michael Oliver
2025-12-17 13:48:46 +00:00
parent 541e16391e
commit e1e4846386

View File

@@ -278,7 +278,7 @@ std::unique_ptr<ZoneLoader> ZoneLoaderFactory::CreateLoaderForHeader(const ZoneH
// Skip timestamp // Skip timestamp
zoneLoader->AddLoadingStep(step::CreateStepSkipBytes(8)); zoneLoader->AddLoadingStep(step::CreateStepSkipBytes(8));
if (inspectResult->m_generic_result.m_platform == GamePlatform::XBOX) // skip 16 unknown bytes on Xbox if (inspectResult->m_generic_result.m_platform == GamePlatform::XBOX) // TODO: find out what this is
{ {
zoneLoader->AddLoadingStep(step::CreateStepSkipBytes(16)); zoneLoader->AddLoadingStep(step::CreateStepSkipBytes(16));
} }