X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=progs.h;h=278447b2e6e1c0ebd6ccc6d3bffdd3a9412f3e9e;hb=cc3c823ce3baf63d6d8f216c3bf4df88496eb231;hp=2d39385a6e76a55a8f9231478440ed0e0044b366;hpb=2275e4d0cab079f4a0849ba55b8f92023d6f3eab;p=xonotic%2Fdarkplaces.git diff --git a/progs.h b/progs.h index 2d39385a..278447b2 100644 --- 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);