From 14e77af283c6970de42773dd5a788a5195fec341 Mon Sep 17 00:00:00 2001 From: GAMMACASE <31375974+GAMMACASE@users.noreply.github.com> Date: Fri, 20 Dec 2024 23:26:19 +0300 Subject: [PATCH] Update CKeyValues3Context size Made separately to resolve issues related to CGameEntitySystem and other structs that depend on CKeyValues3Context size, while more concrete update to it is underway --- public/tier1/keyvalues3.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/tier1/keyvalues3.h b/public/tier1/keyvalues3.h index 2c661a51..1eb5c38a 100644 --- a/public/tier1/keyvalues3.h +++ b/public/tier1/keyvalues3.h @@ -114,7 +114,7 @@ typedef int32 KV3MemberId_t; enum { - KV3_CONTEXT_SIZE = 1584 + KV3_CONTEXT_SIZE = 4608 }; enum