mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-12-02 00:52:19 +00:00
[qfcc] Fix test harness after .ctor change
This commit is contained in:
parent
9b1ce44fda
commit
5d06596814
1 changed files with 2 additions and 0 deletions
|
@ -177,6 +177,8 @@ load_progs (const char *name)
|
||||||
Qclose (file);
|
Qclose (file);
|
||||||
if (!PR_RunLoadFuncs (&pr))
|
if (!PR_RunLoadFuncs (&pr))
|
||||||
PR_Error (&pr, "unable to load %s", pr.progs_name);
|
PR_Error (&pr, "unable to load %s", pr.progs_name);
|
||||||
|
if (!PR_RunPostLoadFuncs (&pr))
|
||||||
|
PR_Error (&pr, "unable to load %s", pr.progs_name);
|
||||||
pr.pr_trace_depth = -1;
|
pr.pr_trace_depth = -1;
|
||||||
pr.pr_trace = options.trace;
|
pr.pr_trace = options.trace;
|
||||||
return 1;
|
return 1;
|
||||||
|
|
Loading…
Reference in a new issue