mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
CNetChan fixup
* Renamed member variable; m_bUnkTickBool is m_nServerCPU. * Removed member variable 'm_bRetrySendLong'; does not exist in s3.
This commit is contained in:
parent
3d5ad71f25
commit
ccf221fd6e
@ -8,7 +8,7 @@ struct TickUpdate
|
||||
float m_flHostFrameTime;
|
||||
float m_flHostFrameTimeStdDeviation;
|
||||
bool m_bStruggling;
|
||||
char m_nUnkStat_maybe_load;
|
||||
char m_nServerCPU;
|
||||
int command_number;
|
||||
};
|
||||
|
||||
|
@ -153,7 +153,7 @@ private:
|
||||
int m_nQueuedPackets;
|
||||
float m_flRemoteFrameTime;
|
||||
float m_flRemoteFrameTimeStdDeviation;
|
||||
uint8_t m_bUnkTickBool;
|
||||
uint8_t m_nServerCPU;
|
||||
int m_nMaxRoutablePayloadSize;
|
||||
int m_nSplitPacketSequence;
|
||||
int64_t m_StreamSendBuffer;
|
||||
@ -167,7 +167,6 @@ private:
|
||||
uint32_t m_nLiftimeRecvs;
|
||||
bool m_bPad;
|
||||
char m_Name[NET_CHANNELNAME_MAXLEN];
|
||||
uint8_t m_bRetrySendLong;
|
||||
netadr_t remote_address;
|
||||
};
|
||||
#if defined (GAMEDLL_S0) || defined (GAMEDLL_S1) || defined (GAMEDLL_S2)
|
||||
|
Loading…
x
Reference in New Issue
Block a user