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

Fix(?) mxe lobby

This commit is contained in:
nordsoft 2022-11-12 15:58:57 +04:00
parent f79e5a82d3
commit f0ac73b217

View File

@ -13,11 +13,7 @@
#include <QAbstractSocket>
const unsigned int ProtocolVersion = 1;
#ifdef VCMI_WINDOWS
const std::string ProtocolEncoding = "utf16";
#else
const std::string ProtocolEncoding = "utf8";
#endif
class ProtocolError: public std::runtime_error
{