I really need to break; this habit

This commit is contained in:
NepDisk 2025-11-20 22:11:08 -05:00
parent 616e0ecb88
commit 4dd7af8cf9

View file

@ -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;