mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-19 15:30:50 +00:00
Turn on bounds checking in the test harness.
Definitely want bounds checking for the tests.
This commit is contained in:
parent
6eb6b6c0ba
commit
175935ed8b
1 changed files with 1 additions and 1 deletions
|
@ -136,7 +136,7 @@ init_qf (void)
|
|||
Memory_Init (malloc (1024 * 1024), 1024 * 1024);
|
||||
|
||||
Cvar_Get ("pr_debug", "2", 0, 0, 0);
|
||||
Cvar_Get ("pr_boundscheck", "0", 0, 0, 0);
|
||||
Cvar_Get ("pr_boundscheck", "2", 0, 0, 0);
|
||||
|
||||
pr.edicts = &edicts;
|
||||
pr.num_edicts = &num_edicts;
|
||||
|
|
Loading…
Reference in a new issue