mirror of
https://github.com/dashr9230/SA-MP.git
synced 2024-12-22 22:47:29 +08:00
[raknet] Remove BITS_TO_BYTES in RakNetStatistics.cpp
This commit is contained in:
parent
c15853af35
commit
6827a74670
@ -16,10 +16,9 @@
|
||||
|
||||
#include "RakNetStatistics.h"
|
||||
#include <stdio.h> // sprintf
|
||||
#include "BitStream.h" // BITS_TO_BYTES
|
||||
#include "GetTime.h"
|
||||
|
||||
#define BITS_TO_BYTES(x) (((x)+7)>>3)
|
||||
|
||||
RakNetTime connectionStartTimeSaved=0;
|
||||
uint64_t totalBitsSentSaved=0;
|
||||
uint64_t bitsReceivedSaved=0;
|
||||
|
Loading…
Reference in New Issue
Block a user