mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-27 22:42:57 +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();
|
||||
conshade = MAKEARGB(175,0,0,0);
|
||||
conline = true;
|
||||
if (!tile) conback = fallback;
|
||||
}
|
||||
else
|
||||
{
|
||||
conshade = 0;
|
||||
conline = false;
|
||||
if (!tile) conback = fallback;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue