From 3501cd8b1173f6c6d8c84f631734344252ebd31d Mon Sep 17 00:00:00 2001 From: oroborus Date: Thu, 26 Jun 2008 14:02:49 +0000 Subject: - oprava chyby pri teleportovani tuxa pomocou bonusu teleport - zdrojak na niektorych distrach nesiel skopilovat lebo nemal includovane headre na select, a "spoliehal" sa na includovanie pomocou inych headrov ( a nahodov to fungovalo ) - kod pre kompilaciu modulov pre gameserver nepouziva sdl-config :) git-svn-id: http://opensvn.csie.org/tuxanci_ng@73 0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e --- include/udp.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/udp.h') diff --git a/include/udp.h b/include/udp.h index 29f383b..2b591c3 100644 --- a/include/udp.h +++ b/include/udp.h @@ -15,7 +15,9 @@ typedef struct struct_sock_udp_t int sock; int proto; +#ifdef SUPPORT_IPv6 struct sockaddr_in6 sockAddr6; +#endif struct sockaddr_in sockAddr; } sock_udp_t; -- cgit v1.2.3