[Structs] Added deltaMessage and outgoingSequence to client_t
This commit is contained in:
parent
4c4975daaf
commit
f5aa4f91e0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user