1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-12-26 22:57:00 +02:00

Fixed CID 1366361

This commit is contained in:
AlexVinS 2016-11-25 22:20:40 +03:00
parent 80666fb134
commit 47085e8d78

View File

@ -58,7 +58,6 @@ public:
boost::mutex *rmx, *wmx; // read/write mutexes boost::mutex *rmx, *wmx; // read/write mutexes
TSocket * socket; TSocket * socket;
bool logging;
bool connected; bool connected;
bool myEndianess, contactEndianess; //true if little endian, if endianness is different we'll have to revert received multi-byte vars bool myEndianess, contactEndianess; //true if little endian, if endianness is different we'll have to revert received multi-byte vars
boost::asio::io_service *io_service; boost::asio::io_service *io_service;