Skip to content
Snippets Groups Projects
Commit 5257b498 authored by Lactozilla's avatar Lactozilla :speech_balloon:
Browse files

Remove useless check

parent 8e331f86
No related branches found
No related tags found
No related merge requests found
......@@ -445,7 +445,6 @@ visplane_t *R_FindPlane(sector_t *sector, fixed_t height, INT32 picnum, INT32 li
&& lightlevel == check->lightlevel
&& xoff == check->xoffs && yoff == check->yoffs
&& planecolormap == check->extra_colormap
&& !pfloor && !check->ffloor
&& check->viewx == viewx && check->viewy == viewy && check->viewz == viewz
&& check->viewangle == viewangle
&& check->plangle == plangle
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment