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:
@@ -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
|
||||
{
|
||||
|
Reference in New Issue
Block a user