[saco] Implement CLabelPool ctor

This commit is contained in:
RD42
2024-02-12 20:16:37 +08:00
parent 864ab50d1e
commit 2da4d86441
7 changed files with 40 additions and 1 deletions

View File

@ -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();