From f8f773d6e702988eb38b07ab1a683d9d1a1e43fa Mon Sep 17 00:00:00 2001 From: MascaraSnake Date: Sat, 2 May 2020 23:06:44 +0200 Subject: [PATCH] Remove "bustable" and "quicksand" flags from custom FOF in the UDB config, since you're not supposed to set them that way --- extras/conf/udb/Includes/SRB222_linedefs.cfg | 2 -- 1 file changed, 2 deletions(-) diff --git a/extras/conf/udb/Includes/SRB222_linedefs.cfg b/extras/conf/udb/Includes/SRB222_linedefs.cfg index 54ddd17bb..0494ae544 100644 --- a/extras/conf/udb/Includes/SRB222_linedefs.cfg +++ b/extras/conf/udb/Includes/SRB222_linedefs.cfg @@ -1955,8 +1955,6 @@ udmf 1048576 = "Crumbling"; 2097152 = "Goo water"; 4194304 = "Mario block"; - 8388608 = "Bustable"; - 16777216 = "Quicksand"; 33554432 = "Intangible from below"; 67108864 = "Intangible from above"; 1073741824 = "Ripple effect";