From 8dbf68331386f5f6a40ff0f0a77f5390bdca60b9 Mon Sep 17 00:00:00 2001 From: est31 Date: Sat, 16 May 2015 01:19:43 +0200 Subject: Finalize init packets and enable protocol v25 This enables srp. --- src/clientiface.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/clientiface.h') diff --git a/src/clientiface.h b/src/clientiface.h index 070559c3a..4707f4d9a 100644 --- a/src/clientiface.h +++ b/src/clientiface.h @@ -337,7 +337,7 @@ public: void setPendingSerializationVersion(u8 version) { m_pending_serialization_version = version; } - void setSupportedCompressionModes(u8 byteFlag) + void setSupportedCompressionModes(u16 byteFlag) { m_supported_compressions = byteFlag; } void confirmSerializationVersion() @@ -416,7 +416,7 @@ private: std::string m_full_version; - u8 m_supported_compressions; + u16 m_supported_compressions; /* time this client was created -- cgit v1.2.3