- fixed compile warnings in savegame menu code.
- fixed: plane specific lighting values were no longer used when generating the visplanes. SVN r3133 (trunk)
This commit is contained in:
parent
bb67f6d0a2
commit
16878f6bb4
2 changed files with 2 additions and 4 deletions
|
|
@ -1181,7 +1181,6 @@ void R_Subsector (subsector_t *sub)
|
|||
else
|
||||
{
|
||||
basecolormap = frontsector->ColorMap;
|
||||
ceilinglightlevel = frontsector->lightlevel;
|
||||
}
|
||||
|
||||
ceilingplane = frontsector->ceilingplane.ZatPoint (viewx, viewy) > viewz ||
|
||||
|
|
@ -1212,7 +1211,6 @@ void R_Subsector (subsector_t *sub)
|
|||
else
|
||||
{
|
||||
basecolormap = frontsector->ColorMap;
|
||||
floorlightlevel = frontsector->lightlevel;
|
||||
}
|
||||
|
||||
// killough 3/7/98: Add (x,y) offsets to flats, add deep water check
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue