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:
parent
f79e5a82d3
commit
f0ac73b217
@ -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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user