mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-30 16:00:55 +00:00
- this was in the wrong branch
This commit is contained in:
parent
25485e05bc
commit
66abbf647c
1 changed files with 1 additions and 1 deletions
|
@ -221,12 +221,12 @@ void C_InitConback(FTextureID fallback, bool tile)
|
||||||
conback.SetInvalid();
|
conback.SetInvalid();
|
||||||
conshade = MAKEARGB(175,0,0,0);
|
conshade = MAKEARGB(175,0,0,0);
|
||||||
conline = true;
|
conline = true;
|
||||||
|
if (!tile) conback = fallback;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
conshade = 0;
|
conshade = 0;
|
||||||
conline = false;
|
conline = false;
|
||||||
if (!tile) conback = fallback;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue