From 447489eae39abe34810e31cd67ec7ce96a172aae Mon Sep 17 00:00:00 2001 From: Mario Date: Wed, 7 Aug 2013 23:26:03 +1000 Subject: [PATCH] Remove debug cvar --- qcsrc/client/autocvars.qh | 1 - qcsrc/client/hud.qc | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/qcsrc/client/autocvars.qh b/qcsrc/client/autocvars.qh index 94a8d7977..8175695ab 100644 --- a/qcsrc/client/autocvars.qh +++ b/qcsrc/client/autocvars.qh @@ -427,4 +427,3 @@ string autocvar__cl_playermodel; float autocvar_cl_deathglow; float autocvar_developer_csqcentities; float autocvar_g_jetpack_attenuation; -var float autocvar_fs3 = 0.5; diff --git a/qcsrc/client/hud.qc b/qcsrc/client/hud.qc index d8a07fbcc..68d3bf8d6 100644 --- a/qcsrc/client/hud.qc +++ b/qcsrc/client/hud.qc @@ -2940,7 +2940,7 @@ void HUD_Mod_CTF(vector pos, vector mySize) { default: case 2: fs = 0.5; fs2 = 0.5; fs3 = 0.5; break; - case 3: fs = 1; fs2 = 0.35; fs3 = autocvar_fs3; break; + case 3: fs = 1; fs2 = 0.35; fs3 = 0.35; break; case 4: fs = 0.75; fs2 = 0.25; fs3 = 0.5; break; } -- 2.39.2