From 426d73bf550d24a24b0820968e4af01c466280a7 Mon Sep 17 00:00:00 2001 From: Nakidai Date: Thu, 26 Jun 2025 21:35:07 +0300 Subject: Add fixes --- src/engine/client/client.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/engine/client') diff --git a/src/engine/client/client.cpp b/src/engine/client/client.cpp index 46907946..c43fcc2a 100644 --- a/src/engine/client/client.cpp +++ b/src/engine/client/client.cpp @@ -936,7 +936,7 @@ void CClient::ProcessConnlessPacket(CNetChunk *pPacket) { NETADDR Addr; - static char IPV4Mapping[] = { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xFF, 0xFF }; + static char IPV4Mapping[] = { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -128, -128 }; // copy address if(!mem_comp(IPV4Mapping, pAddrs[i].m_aIp, sizeof(IPV4Mapping))) -- cgit 1.4.1