- added Gez's latest bugfix patch.
SVN r1836 (trunk)
This commit is contained in:
parent
5910d90a19
commit
e5357d1b65
4 changed files with 9 additions and 5 deletions
|
|
@ -178,8 +178,8 @@ static int P_Set3DFloor(line_t * line, int param,int param2, int alpha)
|
|||
|
||||
l->frontsector->ColorMap =
|
||||
GetSpecialLights (l->frontsector->ColorMap->Color,
|
||||
vavoomcolors[l->args[0]]&VC_COLORMASK,
|
||||
(vavoomcolors[l->args[0]]&VC_ALPHAMASK)>>24);
|
||||
(unsigned int)(vavoomcolors[l->args[0]]&VC_COLORMASK),
|
||||
(unsigned int)(vavoomcolors[l->args[0]]&VC_ALPHAMASK)>>24);
|
||||
// l->frontsector->ColorMap->Desaturate);
|
||||
}
|
||||
alpha=(alpha*255)/100;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue