From a1331d2b8b1a2e2fba4db1e8f082104294d6391e Mon Sep 17 00:00:00 2001 From: Kawe Mazidjatari <48657826+Mauler125@users.noreply.github.com> Date: Wed, 15 Jun 2022 01:23:28 +0200 Subject: [PATCH] Fix CUtlMemoryPool size --- r5dev/tier1/mempool.h | 1 - 1 file changed, 1 deletion(-) diff --git a/r5dev/tier1/mempool.h b/r5dev/tier1/mempool.h index d67eba61..e8e2a94f 100644 --- a/r5dev/tier1/mempool.h +++ b/r5dev/tier1/mempool.h @@ -29,7 +29,6 @@ struct CUtlMemoryPool int m_BlocksPerBlob; int m_GrowMode; int m_BlocksAllocated; - int unk; CBlob m_BlobHead; };