1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-09-16 09:26:28 +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
{