Fix gclient_s struct

This commit is contained in:
Federico Cecchetto 2022-05-29 20:52:31 +02:00
parent f9c9edf88b
commit c47602ec8a

View File

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