mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-17 22:50:51 +00:00
Change pr_boundscheck default to 0. *grmbl*
This commit is contained in:
parent
c2a7564d55
commit
227da6afba
1 changed files with 1 additions and 1 deletions
|
@ -287,7 +287,7 @@ void
|
|||
PR_Init_Cvars (void)
|
||||
{
|
||||
pr_boundscheck =
|
||||
Cvar_Get ("pr_boundscheck", "1", CVAR_NONE, NULL,
|
||||
Cvar_Get ("pr_boundscheck", "0", CVAR_NONE, NULL,
|
||||
"Server progs bounds checking");
|
||||
pr_deadbeef_ents = Cvar_Get ("pr_deadbeef_ents", "0", CVAR_NONE, NULL,
|
||||
"set to clear unallocated memory to 0xdeadbeef");
|
||||
|
|
Loading…
Reference in a new issue