From a9251d86788aa4901ed294544204db87add352e1 Mon Sep 17 00:00:00 2001 From: Federico Cecchetto Date: Mon, 14 Mar 2022 01:55:00 +0100 Subject: [PATCH] Fix client_t (again) --- 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 bf618a5d..3437a026 100644 --- a/src/client/game/structs.hpp +++ b/src/client/game/structs.hpp @@ -1406,10 +1406,10 @@ namespace game LiveClientDropType liveDropRequest; //269572 char __pad4[24]; TestClientType testClient; // 269600 - char __pad5[129600]; - }; // size = 661304 + char __pad5[347912]; + }; // size = 879616 - static_assert(sizeof(client_t) == 661304); + static_assert(sizeof(client_t) == 879616); } namespace sp