revising everything

This commit is contained in:
Nikita Edel
2026-03-12 16:42:36 +01:00
parent 6cfc1efec2
commit 6d952e24f5
8 changed files with 24 additions and 20 deletions

View File

@@ -119,6 +119,7 @@ bool CPlatformNetworkManagerStub::Initialise(CGameNetworkManager *pGameNetworkMa
m_pGameNetworkManager = pGameNetworkManager;
m_flagIndexSize = flagIndexSize;
g_pPlatformNetworkManager = this;
// 4jcraft added this, as it was never called
m_pIQNet = new IQNet();
for( int i = 0; i < XUSER_MAX_COUNT; i++ )
{