Removed static assert
This commit is contained in:
parent
e1a0d881f4
commit
15631bcec2
@ -4666,14 +4666,12 @@ namespace Game
|
|||||||
// 269044
|
// 269044
|
||||||
char __pad9[9228];
|
char __pad9[9228];
|
||||||
// 278272
|
// 278272
|
||||||
unsigned __int64 steamId;
|
unsigned __int64 steamID;
|
||||||
// 278280
|
// 278280
|
||||||
char __pad10[403592];
|
char __pad10[403592];
|
||||||
} client_t;
|
} client_t;
|
||||||
#pragma pack(pop)
|
#pragma pack(pop)
|
||||||
|
|
||||||
static_assert(sizeof(client_t) == 681872);
|
|
||||||
|
|
||||||
struct CModelAllocData
|
struct CModelAllocData
|
||||||
{
|
{
|
||||||
void* mainArray;
|
void* mainArray;
|
||||||
|
Loading…
Reference in New Issue
Block a user