mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-11 15:21:51 +00:00
Merge branch 'master' of https://github.com/rheit/zdoom
This commit is contained in:
commit
a33b49c2c2
1 changed files with 4 additions and 3 deletions
|
@ -254,10 +254,11 @@ static int P_Set3DFloor(line_t * line, int param, int param2, int alpha)
|
||||||
l->frontsector->ColorMap =
|
l->frontsector->ColorMap =
|
||||||
GetSpecialLights (l->frontsector->ColorMap->Color,
|
GetSpecialLights (l->frontsector->ColorMap->Color,
|
||||||
(unsigned int)(vavoomcolors[l->args[0]]&VC_COLORMASK),
|
(unsigned int)(vavoomcolors[l->args[0]]&VC_COLORMASK),
|
||||||
(unsigned int)(vavoomcolors[l->args[0]]&VC_ALPHAMASK)>>24);
|
l->frontsector->ColorMap->Desaturate);
|
||||||
// l->frontsector->ColorMap->Desaturate);
|
|
||||||
|
alpha = (int)((unsigned int)(vavoomcolors[l->args[0]]&VC_ALPHAMASK)>>24);
|
||||||
}
|
}
|
||||||
alpha=(alpha*255)/100;
|
else alpha=(alpha*255)/100;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue