From f98486687bf31ebdf11860716d0b4c6f29ef23ca Mon Sep 17 00:00:00 2001 From: Spoike Date: Sun, 9 May 2021 13:01:29 +0000 Subject: [PATCH] Archive the cl_sbaralpha cvar. git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5841 fc73d0e0-1445-4013-8a0c-d673dee63da5 --- engine/client/sbar.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/client/sbar.c b/engine/client/sbar.c index 7a5672bda..8cb26fa49 100644 --- a/engine/client/sbar.c +++ b/engine/client/sbar.c @@ -42,7 +42,7 @@ cvar_t scr_scoreboard_titleseperator = CVAR("scr_scoreboard_titleseperator", "1" cvar_t scr_scoreboard_showruleset = CVAR("scr_scoreboard_showruleset", "1"); cvar_t sbar_teamstatus = CVARD("sbar_teamstatus", "1", "Display the last team say from each of your team members just above the sbar area."); -cvar_t cl_sbaralpha = CVARAD("cl_sbaralpha", "0.75", "scr_sbaralpha", "Specifies the transparency of the status bar. Only Takes effect when cl_sbar is set to 2."); //with premultiplied alpha, this needs to affect the RGB values too. +cvar_t cl_sbaralpha = CVARAFD("cl_sbaralpha", "0.75", "scr_sbaralpha", CVAR_ARCHIVE, "Specifies the transparency of the status bar. Only Takes effect when cl_sbar is set to 2."); //with premultiplied alpha, this needs to affect the RGB values too. //=========================================== //rogue changed and added defines