mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-23 04:42:32 +00:00
Ensure .ctor functions do not reset tracing
This commit is contained in:
parent
caf78b5422
commit
8b225dbfc1
1 changed files with 1 additions and 0 deletions
|
@ -149,6 +149,7 @@ init_qf (void)
|
|||
pr.allocate_progs_mem = allocate_progs_mem;
|
||||
pr.free_progs_mem = free_progs_mem;
|
||||
pr.no_exec_limit = 0; // absolutely want a limit!
|
||||
pr.pr_trace_depth = -1;
|
||||
pr.pr_trace = options.trace;
|
||||
|
||||
PR_Init_Cvars ();
|
||||
|
|
Loading…
Reference in a new issue