[Structs] Use static_assert
This commit is contained in:
parent
474d9df014
commit
abe2380040
@ -7070,6 +7070,8 @@ namespace Game
|
||||
entityState_s noDeltaEntities[1024];
|
||||
};
|
||||
|
||||
static_assert(sizeof(clientStatic_t) == 0xA7AEC);
|
||||
|
||||
struct ConDrawInputGlob
|
||||
{
|
||||
char autoCompleteChoice[64];
|
||||
|
Loading…
x
Reference in New Issue
Block a user