From 8a01335c262180c7eff8f052824d1781d62a7775 Mon Sep 17 00:00:00 2001 From: terminx Date: Tue, 27 Aug 2019 06:52:38 +0000 Subject: [PATCH] Don't consider CLIPCURBHEIGHT for ceiling clipping git-svn-id: https://svn.eduke32.com/eduke32@8047 1a8010ca-5511-0410-912e-c29ae57300e0 --- source/build/src/clip.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/build/src/clip.cpp b/source/build/src/clip.cpp index a40574c73..7cc28da67 100644 --- a/source/build/src/clip.cpp +++ b/source/build/src/clip.cpp @@ -816,7 +816,7 @@ static bool cliptestsector(int const dasect, int const nextsect, int32_t const f ((sec2->ceilingstat&1) == 0 && posz <= dacz2+(ceildist-1) && - dacz2 > dacz+CLIPCURBHEIGHT)); // ceilings check the same conditions ^^^^^ + dacz2 > dacz /*+CLIPCURBHEIGHT*/)); // ceilings check the same conditions ^^^^^ } int32_t clipmovex(vec3_t *pos, int16_t *sectnum,