Fixing loads of msvc warnings (mainly size_t vs int issues).
This commit is contained in:
@@ -46,7 +46,7 @@ protected:
|
||||
private:
|
||||
NetPacketList receivedPackets;
|
||||
char recvBuf[RECV_BUF_SIZE];
|
||||
unsigned recvBufUsed;
|
||||
size_t recvBufUsed;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user