mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-18 10:31:42 +00:00
455: Don't override fadergba on default/no colormap init (~BOUNCY)
This commit is contained in:
parent
5aa66f8872
commit
94939f6613
1 changed files with 1 additions and 1 deletions
|
@ -3390,7 +3390,7 @@ static void P_ProcessLineSpecial(line_t *line, mobj_t *mo, sector_t *callsec)
|
||||||
{
|
{
|
||||||
exc = R_CopyColormap(exc, false);
|
exc = R_CopyColormap(exc, false);
|
||||||
exc->rgba = R_GetRgbaRGB(sides[line->sidenum[0]].colormap_data->rgba) + R_PutRgbaA(R_GetRgbaA(exc->rgba));
|
exc->rgba = R_GetRgbaRGB(sides[line->sidenum[0]].colormap_data->rgba) + R_PutRgbaA(R_GetRgbaA(exc->rgba));
|
||||||
exc->fadergba = R_GetRgbaRGB(sides[line->sidenum[0]].colormap_data->rgba) + R_PutRgbaA(R_GetRgbaA(exc->fadergba));
|
//exc->fadergba = R_GetRgbaRGB(sides[line->sidenum[0]].colormap_data->rgba) + R_PutRgbaA(R_GetRgbaA(exc->fadergba));
|
||||||
|
|
||||||
if (!(source_exc = R_GetColormapFromList(exc)))
|
if (!(source_exc = R_GetColormapFromList(exc)))
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue