mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2026-01-13 20:21:48 +00:00
chore: rename iw4 zone constants for zone version
This commit is contained in:
@@ -39,7 +39,7 @@ namespace
|
||||
ZoneHeader CreateHeaderForParams(const bool isSecure, const bool isOfficial)
|
||||
{
|
||||
ZoneHeader header{};
|
||||
header.m_version = ZoneConstants::ZONE_VERSION;
|
||||
header.m_version = ZoneConstants::ZONE_VERSION_PC;
|
||||
|
||||
if (isSecure)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user