mirror of
https://github.com/dashr9230/SA-MP.git
synced 2025-09-19 20:26:14 +08:00
[saco] Implement CGangZonePool ctor
This commit is contained in:
@ -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();
|
||||
|
Reference in New Issue
Block a user