mirror of
https://github.com/dashr9230/SA-MP.git
synced 2025-09-19 20:26:14 +08:00
[saco] Implement CLabelPool ctor
This commit is contained in:
@ -34,6 +34,7 @@ void CNetGame::InitPools()
|
||||
m_pPools = (NETGAME_POOLS *)calloc(1, sizeof(NETGAME_POOLS));
|
||||
|
||||
m_pPools->pObjectPool = new CObjectPool();
|
||||
m_pPools->pLabelPool = new CLabelPool();
|
||||
m_pPools->pPlayerPool = new CPlayerPool();
|
||||
m_pPools->pVehiclePool = new CVehiclePool();
|
||||
m_pPools->pPickupPool = new CPickupPool();
|
||||
|
Reference in New Issue
Block a user