- fixed auto-scaling for console.

This commit is contained in:
Christoph Oelckers 2022-06-05 12:34:22 +02:00
commit a59436c4c2
5 changed files with 5 additions and 11 deletions

View file

@ -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;