From f5aa4f91e0b643c8a61a86846a6b6c4b49309b39 Mon Sep 17 00:00:00 2001 From: INeedBots Date: Sat, 14 Nov 2020 01:56:45 -0600 Subject: [PATCH] [Structs] Added deltaMessage and outgoingSequence to client_t --- src/Game/Structs.hpp | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/Game/Structs.hpp b/src/Game/Structs.hpp index 08b2d265..45c4ec8b 100644 --- a/src/Game/Structs.hpp +++ b/src/Game/Structs.hpp @@ -4471,7 +4471,15 @@ namespace Game // 0 int state; // 4 - char pad[36]; + char _pad[4]; + // 8 + int deltaMessage; + // 12 + char __pad[12]; + // 24 + int outgoingSequence; + // 28 + char pad[12]; // 40 netadr_t addr; // 60