Fix CUtlMemoryPool size

This commit is contained in:
Kawe Mazidjatari 2022-06-15 01:23:28 +02:00
parent 3de4b4c4ed
commit a1331d2b8b

View File

@ -29,7 +29,6 @@ struct CUtlMemoryPool
int m_BlocksPerBlob;
int m_GrowMode;
int m_BlocksAllocated;
int unk;
CBlob m_BlobHead;
};