Remove incorrect offset comments

This commit is contained in:
6arelyFuture 2022-02-02 12:47:46 +01:00
parent 2785a60dc0
commit c230a1d916
Signed by: Future
GPG Key ID: FA77F074E98D98A5
2 changed files with 5 additions and 5 deletions

View File

@ -363,10 +363,10 @@ namespace game
struct netchan_t struct netchan_t
{ {
int outgoingSequence; int outgoingSequence;
netsrc_t sock; // 28 netsrc_t sock;
int dropped; // 32 int dropped;
int incomingSequence; // 36 int incomingSequence;
netadr_s remoteAddress; // 40 netadr_s remoteAddress;
int qport; int qport;
int fragmentSequence; int fragmentSequence;
int fragmentLength; int fragmentLength;