From 4dd7af8cf90553ae97c96b60d1b904003aec45b8 Mon Sep 17 00:00:00 2001 From: NepDisk Date: Thu, 20 Nov 2025 22:11:08 -0500 Subject: [PATCH] I really need to break; this habit --- src/p_setup.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/p_setup.c b/src/p_setup.c index 88188c7db..becc21e84 100644 --- a/src/p_setup.c +++ b/src/p_setup.c @@ -7786,6 +7786,7 @@ static void P_ConvertBinaryThingTypes(void) case 30442: // MT_RAINBOWDASHRING mapthings[i].args[0] = mapthings[i].options & 13; mapthings[i].args[1] = mapthings[i].extrainfo; + break; case FLOOR_SLOPE_THING: case CEILING_SLOPE_THING: mapthings[i].args[0] = mapthings[i].extrainfo;