]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - progs.h
rewrite of map texture loading (mainly to do with HL textures and wads)
[xonotic/darkplaces.git] / progs.h
diff --git a/progs.h b/progs.h
index 2d39385a6e76a55a8f9231478440ed0e0044b366..278447b2e6e1c0ebd6ccc6d3bffdd3a9412f3e9e 100644 (file)
--- a/progs.h
+++ b/progs.h
@@ -110,7 +110,7 @@ extern      int                             pr_edictareasize; // LordHavoc: for bounds checking
 
 void PR_Init (void);
 
-void PR_ExecuteProgram (func_t fnum);
+void PR_ExecuteProgram (func_t fnum, char *errormessage);
 void PR_LoadProgs (void);
 
 void PR_Profile_f (void);