Removed static assert

This commit is contained in:
Diavolo 2021-09-08 10:05:34 +02:00
parent e1a0d881f4
commit 15631bcec2
No known key found for this signature in database
GPG Key ID: FA77F074E98D98A5

View File

@ -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;