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:
parent
8563376c23
commit
14e77af283
@ -114,7 +114,7 @@ typedef int32 KV3MemberId_t;
|
||||
|
||||
enum
|
||||
{
|
||||
KV3_CONTEXT_SIZE = 1584
|
||||
KV3_CONTEXT_SIZE = 4608
|
||||
};
|
||||
|
||||
enum
|
||||
|
Loading…
Reference in New Issue
Block a user