From: Mario Date: Wed, 7 Aug 2013 13:26:03 +0000 (+1000) Subject: Remove debug cvar X-Git-Tag: xonotic-v0.8.1~29^2~55 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=447489eae39abe34810e31cd67ec7ce96a172aae;p=xonotic%2Fxonotic-data.pk3dir.git Remove debug cvar --- 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; }