- fixed auto-scaling for console.
This commit is contained in:
parent
e266fb1c16
commit
a59436c4c2
5 changed files with 5 additions and 11 deletions
|
|
@ -128,11 +128,6 @@ static GameAtExit *ExitCmdList;
|
|||
static char *work = NULL;
|
||||
static int worklen = 0;
|
||||
|
||||
CUSTOM_CVAR(Int, con_scale, 0, CVAR_ARCHIVE)
|
||||
{
|
||||
if (self < 0) self = 0;
|
||||
}
|
||||
|
||||
CUSTOM_CVAR(Float, con_alpha, 0.75f, CVAR_ARCHIVE)
|
||||
{
|
||||
if (self < 0.f) self = 0.f;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue