Merge branch 'floatcvt' of https://github.com/rheit/zdoom into floatcvt
# Conflicts: # src/r_data/r_interpolate.cpp
This commit is contained in:
commit
37e6429cf3
30 changed files with 251 additions and 250 deletions
|
|
@ -1107,7 +1107,7 @@ void R_SetupFrame (AActor *actor)
|
|||
viewside = plane->PointOnSide(viewx, viewy, viewz);
|
||||
// Reverse the direction of the test if the plane was downward facing.
|
||||
// We want to know if the view is above it, whatever its orientation may be.
|
||||
if (plane->c < 0)
|
||||
if (plane->fC() < 0)
|
||||
viewside = -viewside;
|
||||
if (viewside > 0)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue