Fix self-comparison in hw_main.c

This commit is contained in:
Wolfy 2020-04-12 06:47:12 -05:00
parent f3bdcb4ec3
commit 9c727992a4

View file

@ -1938,7 +1938,7 @@ static boolean CheckClip(seg_t * seg, sector_t * afrontsector, sector_t * abacks
checkforemptylines = false; checkforemptylines = false;
// before we do anything, if both sectors are thok barriers, GET ME OUT OF HERE! // before we do anything, if both sectors are thok barriers, GET ME OUT OF HERE!
if (frontc1 <= backc1 && frontc2 <= frontc2) if (frontc1 <= backc1 && frontc2 <= backc2)
return true; // STOP RENDERING. return true; // STOP RENDERING.
// draw floors at the top of thok barriers: // draw floors at the top of thok barriers: