mirror of
https://github.com/dashr9230/SA-MP.git
synced 2025-07-18 17:38:12 +08:00
[raknet] Add padding to RakNetStatisticsStruct structure
This commit is contained in:
@ -110,6 +110,8 @@ struct RAK_DLL_EXPORT RakNetStatisticsStruct
|
||||
/// connection start time
|
||||
RakNetTime connectionStartTime;
|
||||
|
||||
char _padC4[100];
|
||||
|
||||
RakNetStatisticsStruct operator +=(const RakNetStatisticsStruct& other)
|
||||
{
|
||||
unsigned i;
|
||||
|
Reference in New Issue
Block a user