1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-06 06:30:19 +00:00
freebsd-ports/games/fteqw/files/patch-common__net_wins.c
Alejandro Pulver 74e3bb7a35 The intentions to the FTE QuakeWorld mod are to add some cool features to
QuakeWorld, without loosing any (backwards) compatability.

All QuakeWorld clients should be able to connect to an FTE server, and all FTE
clients should connect to any other QW server.

The FTE client, supports Quake, NetQuake, QuakeWorld, Quake II, Quake III
Arena, Hexen 2, Nexuiz and others.

WWW: http://fteqw.com/
2006-09-03 03:43:29 +00:00

12 lines
280 B
C

--- common/net_wins.c.orig Sun Sep 3 00:25:08 2006
+++ common/net_wins.c Sun Sep 3 00:26:44 2006
@@ -23,6 +23,8 @@
#include "quakedef.h"
#include "netinc.h"
+#include <sys/time.h>
+
netadr_t net_local_cl_ipadr;
netadr_t net_local_cl_ip6adr;
netadr_t net_local_cl_ipxadr;