mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-11-10 15:22:20 +00:00
Fix self-comparison in hw_main.c
This commit is contained in:
parent
f3bdcb4ec3
commit
9c727992a4
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue