[saco] Implement CGangZonePool ctor

This commit is contained in:
RD42
2024-02-18 21:21:09 +08:00
parent 87f94769e8
commit efa55de427
6 changed files with 36 additions and 1 deletions

View File

@ -39,6 +39,7 @@ void CNetGame::InitPools()
m_pPools->pMenuPool = new CMenuPool();
m_pPools->pLabelPool = new CLabelPool();
m_pPools->pTextDrawPool = new CTextDrawPool();
m_pPools->pGangZonePool = new CGangZonePool();
m_pPools->pPlayerPool = new CPlayerPool();
m_pPools->pVehiclePool = new CVehiclePool();
m_pPools->pPickupPool = new CPickupPool();