Network/ENet: Fix some warnings

This commit is contained in:
Lynix
2017-01-31 23:05:18 +01:00
parent 6b8d9deb43
commit 85257da07e
3 changed files with 11 additions and 20 deletions

View File

@@ -128,10 +128,10 @@ namespace Nz
UInt32 m_incomingBandwidth;
UInt32 m_outgoingBandwidth;
UInt32 m_serviceTime;
UInt32 m_totalSentData;
UInt32 m_totalSentPackets;
UInt32 m_totalReceivedData;
UInt32 m_totalReceivedPackets;
UInt64 m_totalSentData;
UInt64 m_totalReceivedData;
bool m_continueSending;
bool m_isSimulationEnabled;
bool m_recalculateBandwidthLimits;