]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/command/generic.qc
Declare more ints as ints
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / command / generic.qc
index 3c388a87399afb1ac153f50e1588334e42bef06b..d6b913a1828ee8436ad12a3cbc5acf9143ba1f2d 100644 (file)
@@ -18,7 +18,7 @@ string GetProgramCommandPrefix(void)
 }
 
 // used by curl command
-void Curl_URI_Get_Callback(float id, float status, string data)
+void Curl_URI_Get_Callback(int id, float status, string data)
 {
        int i = id - URI_GET_CURL;
        float do_exec = curl_uri_get_exec[i];