]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/urllib.qc
urllib: more error fixes
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / urllib.qc
index 934d1513013428eece084c2d991853d96a51773f..f4103ea69bf54979c0b8688874bedcc2c71f1d1a 100644 (file)
@@ -64,7 +64,7 @@ float url_URI_Get_Callback(float id, float status, string data)
        }
 }
 
-void url_fopen(string url, float mode, entity pass, url_ready_func rdy)
+void url_fopen(string url, float mode, url_ready_func rdy, entity pass)
 {
        entity e;
        float i;
@@ -147,7 +147,7 @@ void url_fopen(string url, float mode, entity pass, url_ready_func rdy)
        }
 }
 
-void url_fclose(entity e, entity pass, url_ready_func rdy)
+void url_fclose(entity e, url_ready_func rdy, entity pass)
 {
        float i;