From 62fa7b5d51526e9667efd66a75014192f56072a3 Mon Sep 17 00:00:00 2001 From: havoc Date: Fri, 21 Oct 2005 05:30:33 +0000 Subject: [PATCH] fix an anonymous struct error with g++ 4 git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5749 d7cf8633-e32d-0410-b094-e92efae38249 --- netconn.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netconn.c b/netconn.c index dea11660..9b1d79f2 100755 --- a/netconn.c +++ b/netconn.c @@ -1343,7 +1343,7 @@ void NetConn_ClientFrame(void) } #define MAX_CHALLENGES 128 -struct +struct challenge_s { lhnetaddress_t address; double time; -- 2.39.2