Turn on bounds checking in the test harness.

Definitely want bounds checking for the tests.
This commit is contained in:
Bill Currie 2012-12-22 14:04:14 +09:00
parent 6eb6b6c0ba
commit 175935ed8b

View file

@ -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;