]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - netconn.h
Fix engine not starting on Windows if linked against SDL > 2.0.5
[xonotic/darkplaces.git] / netconn.h
index 44ea47752133bc1e1f8a4105dc93e559c0ac0e60..7341359ed0127134e8d3fd700a74991719c9ad3b 100755 (executable)
--- 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