mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-12-19 00:47:48 +00:00
feat: dump iw3 xbox unsigned fastfile data
This commit is contained in:
@@ -38,7 +38,7 @@ namespace
|
||||
ZoneHeader CreateHeaderForParams()
|
||||
{
|
||||
ZoneHeader header{};
|
||||
header.m_version = ZoneConstants::ZONE_VERSION;
|
||||
header.m_version = ZoneConstants::ZONE_VERSION_PC;
|
||||
memcpy(header.m_magic, ZoneConstants::MAGIC_UNSIGNED, sizeof(ZoneHeader::m_magic));
|
||||
|
||||
return header;
|
||||
|
||||
Reference in New Issue
Block a user