]> git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
enable libcurl downloads by default
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Mon, 11 Jun 2007 15:41:07 +0000 (15:41 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Mon, 11 Jun 2007 15:41:07 +0000 (15:41 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@7402 d7cf8633-e32d-0410-b094-e92efae38249

libcurl.c

index b7956ff6128d4cb79d2e67c5db9cec96628fba43..301a81b7dc1248e921627f50cb20427405a42b01 100644 (file)
--- a/libcurl.c
+++ b/libcurl.c
@@ -6,7 +6,7 @@ static cvar_t cl_curl_maxdownloads = {CVAR_SAVE, "cl_curl_maxdownloads","1", "ma
 static cvar_t cl_curl_maxspeed = {CVAR_SAVE, "cl_curl_maxspeed","100", "maximum download speed (KiB/s)"};
 static cvar_t sv_curl_defaulturl = {CVAR_SAVE, "sv_curl_defaulturl","", "default autodownload source URL"};
 static cvar_t sv_curl_serverpackages = {CVAR_SAVE, "sv_curl_serverpackages","", "list of required files for the clients, separated by spaces"};
-static cvar_t cl_curl_enabled = {CVAR_SAVE, "cl_curl_enabled","0", "whether client's download support is enabled"};
+static cvar_t cl_curl_enabled = {CVAR_SAVE, "cl_curl_enabled","1", "whether client's download support is enabled"};
 
 /*
 =================================================================