[Structs] Use static_assert

This commit is contained in:
Diavolo 2022-07-04 12:10:45 +02:00
parent 474d9df014
commit abe2380040
No known key found for this signature in database
GPG Key ID: FA77F074E98D98A5

View File

@ -7070,6 +7070,8 @@ namespace Game
entityState_s noDeltaEntities[1024];
};
static_assert(sizeof(clientStatic_t) == 0xA7AEC);
struct ConDrawInputGlob
{
char autoCompleteChoice[64];