X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=netconn.h;h=7341359ed0127134e8d3fd700a74991719c9ad3b;hb=a79257eab1a7bf88d4403dc6da01063f813f9e71;hp=44ea47752133bc1e1f8a4105dc93e559c0ac0e60;hpb=acf502162a85bcbb89de693665a8ece254a64aac;p=xonotic%2Fdarkplaces.git diff --git a/netconn.h b/netconn.h index 44ea4775..7341359e 100755 --- a/netconn.h +++ b/netconn.h @@ -482,7 +482,7 @@ typedef struct challenge_s } challenge_t; -extern challenge_t challenge[MAX_CHALLENGES]; +extern challenge_t challenges[MAX_CHALLENGES]; #endif