- this was in the wrong branch

This commit is contained in:
Christoph Oelckers 2020-10-25 14:50:45 +01:00
parent 25485e05bc
commit 66abbf647c

View file

@ -221,12 +221,12 @@ void C_InitConback(FTextureID fallback, bool tile)
conback.SetInvalid();
conshade = MAKEARGB(175,0,0,0);
conline = true;
if (!tile) conback = fallback;
}
else
{
conshade = 0;
conline = false;
if (!tile) conback = fallback;
}
}