Fix gclient_s struct
This commit is contained in:
parent
b304c7ac6a
commit
9637e9b6bf
@ -1501,10 +1501,10 @@ namespace game
|
|||||||
|
|
||||||
struct gclient_s
|
struct gclient_s
|
||||||
{
|
{
|
||||||
char __pad0[18720];
|
char __pad0[18834];
|
||||||
char name[32]; // 18720
|
char name[32]; // 18720
|
||||||
char __pad1[752];
|
char __pad1[622];
|
||||||
int flags; // 19504
|
int flags; // 19488
|
||||||
}; // size = ?
|
}; // size = ?
|
||||||
|
|
||||||
struct EntityState
|
struct EntityState
|
||||||
|
Loading…
Reference in New Issue
Block a user