From: havoc Date: Fri, 21 Oct 2005 05:30:33 +0000 (+0000) Subject: fix an anonymous struct error with g++ 4 X-Git-Tag: xonotic-v0.1.0preview~4534 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=62fa7b5d51526e9667efd66a75014192f56072a3;p=xonotic%2Fdarkplaces.git fix an anonymous struct error with g++ 4 git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5749 d7cf8633-e32d-0410-b094-e92efae38249 --- 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;