diff options
author | Ben Millwood <thebenmachine@gmail.com> | 2009-10-03 12:55:58 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2013-01-03 00:16:20 +0000 |
commit | 564fbccd704780f16dd58e03278b11336944fb68 (patch) | |
tree | b8ff124be0ad0491071c92e43a31c1a1c8a39142 /src/cgame/cg_local.h | |
parent | 5d0545b0427813e9841d876d6022b5e4f664effd (diff) |
add cg_disableBlueprintErrors and un-cvarize g_humanRepeaterAllowOverlap
Diffstat (limited to 'src/cgame/cg_local.h')
-rw-r--r-- | src/cgame/cg_local.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cgame/cg_local.h b/src/cgame/cg_local.h index 5518a329..f1e0ada0 100644 --- a/src/cgame/cg_local.h +++ b/src/cgame/cg_local.h @@ -1504,6 +1504,7 @@ extern vmCvar_t cg_noTaunt; extern vmCvar_t cg_drawSurfNormal; extern vmCvar_t cg_drawBBOX; extern vmCvar_t cg_wwSmoothTime; +extern vmCvar_t cg_disableBlueprintErrors; extern vmCvar_t cg_depthSortParticles; extern vmCvar_t cg_bounceParticles; extern vmCvar_t cg_consoleLatency; |