summaryrefslogtreecommitdiff
path: root/src/cgame/cg_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cgame/cg_main.c')
-rw-r--r--src/cgame/cg_main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cgame/cg_main.c b/src/cgame/cg_main.c
index 926f055c..dfe76d13 100644
--- a/src/cgame/cg_main.c
+++ b/src/cgame/cg_main.c
@@ -180,6 +180,7 @@ vmCvar_t cg_bigFont;
vmCvar_t cg_noTaunt;
vmCvar_t cg_creepRes;
vmCvar_t cg_drawSurfNormal;
+vmCvar_t cg_debugAlloc;
typedef struct {
@@ -259,6 +260,7 @@ cvarTable_t cvarTable[] = {
{ &cg_noVoiceText, "cg_noVoiceText", "0", CVAR_ARCHIVE },
{ &cg_creepRes, "cg_creepRes", "16", CVAR_ARCHIVE },
{ &cg_drawSurfNormal, "cg_drawSurfNormal", "0", CVAR_CHEAT },
+ { &cg_debugAlloc, "cg_debugAlloc", "0", 0 },
// the following variables are created in other parts of the system,
// but we also reference them here