fix: 4J_Storage lib can now be used in game

This commit is contained in:
Patoke
2026-03-01 06:17:10 -03:00
parent c94a0e90c0
commit 69acc2196d
3 changed files with 5 additions and 7 deletions

View File

@@ -9,9 +9,10 @@ XCONTENT_DATA& CDLC::GetDLC(DWORD dw)
CDLC::CDLC(void) : m_vInstalledDLCs(), m_szMountPath(), m_vDLCDriveMappings()
{
m_iHasNewInstalledDLCs = 0;
m_iHasNewInstalledDLCs = false;
dword0 = 0;
dwordC0 = 0;
m_iHasNewMountedDLCs = false; // @Patoke fix
ZeroMemory(m_szDLCProductCode, sizeof(m_szDLCProductCode));
ZeroMemory(m_szProductUpgradeKey, sizeof(m_szProductUpgradeKey));