mirror of
https://github.com/dashr9230/SA-MP.git
synced 2025-09-19 20:26:14 +08:00
[raknet] Remove BITS_TO_BYTES in RakNetStatistics.cpp
This commit is contained in:
@ -16,10 +16,9 @@
|
|||||||
|
|
||||||
#include "RakNetStatistics.h"
|
#include "RakNetStatistics.h"
|
||||||
#include <stdio.h> // sprintf
|
#include <stdio.h> // sprintf
|
||||||
|
#include "BitStream.h" // BITS_TO_BYTES
|
||||||
#include "GetTime.h"
|
#include "GetTime.h"
|
||||||
|
|
||||||
#define BITS_TO_BYTES(x) (((x)+7)>>3)
|
|
||||||
|
|
||||||
RakNetTime connectionStartTimeSaved=0;
|
RakNetTime connectionStartTimeSaved=0;
|
||||||
uint64_t totalBitsSentSaved=0;
|
uint64_t totalBitsSentSaved=0;
|
||||||
uint64_t bitsReceivedSaved=0;
|
uint64_t bitsReceivedSaved=0;
|
||||||
|
Reference in New Issue
Block a user