1
0
mirror of https://github.com/alliedmodders/hl2sdk.git synced 2024-12-22 09:38:56 +08:00

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
This commit is contained in:
GAMMACASE 2024-12-20 23:26:19 +03:00
parent 8563376c23
commit 14e77af283

View File

@ -114,7 +114,7 @@ typedef int32 KV3MemberId_t;
enum
{
KV3_CONTEXT_SIZE = 1584
KV3_CONTEXT_SIZE = 4608
};
enum