From 623fa126ad73d5be389816a74c61dafcebe278dd Mon Sep 17 00:00:00 2001 From: spherallic <spherallic@gmail.com> Date: Fri, 18 Aug 2023 15:08:12 +0200 Subject: [PATCH] Fix backside ceiling vertex slopes --- src/p_slopes.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/p_slopes.c b/src/p_slopes.c index 6aca116a58..1c0ee81a7e 100644 --- a/src/p_slopes.c +++ b/src/p_slopes.c @@ -566,6 +566,7 @@ static void line_SpawnViaMapthingVertexes(const int linenum, const boolean spawn case TMSP_BACKCEILING: slopetoset = &line->backsector->c_slope; side = &sides[line->sidenum[1]]; + break; default: return; } -- GitLab