From 9637e9b6bf0184d37987c23ceb4ae9078cf5e021 Mon Sep 17 00:00:00 2001 From: Federico Cecchetto Date: Sun, 29 May 2022 20:52:31 +0200 Subject: [PATCH] Fix gclient_s struct --- src/client/game/structs.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/client/game/structs.hpp b/src/client/game/structs.hpp index 78c56f1e..3fe30fe9 100644 --- a/src/client/game/structs.hpp +++ b/src/client/game/structs.hpp @@ -1501,10 +1501,10 @@ namespace game struct gclient_s { - char __pad0[18720]; + char __pad0[18834]; char name[32]; // 18720 - char __pad1[752]; - int flags; // 19504 + char __pad1[622]; + int flags; // 19488 }; // size = ? struct EntityState