From 46ad1e4a5cf279891387eb2bc3d2ad442446ca45 Mon Sep 17 00:00:00 2001 From: MascaraSnake Date: Tue, 4 Jan 2022 19:54:43 +0100 Subject: [PATCH] UDB config: Move thing type args from Doom section to UDMF section --- extras/conf/udb/Includes/SRB222_things.cfg | 30 +++++++++++----------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/extras/conf/udb/Includes/SRB222_things.cfg b/extras/conf/udb/Includes/SRB222_things.cfg index 0cb0287c5..28347c5e9 100644 --- a/extras/conf/udb/Includes/SRB222_things.cfg +++ b/extras/conf/udb/Includes/SRB222_things.cfg @@ -258,11 +258,6 @@ doom sprite = "TRETA1"; width = 16; height = 32; - arg0 - { - title = "Death trigger tag"; - type = 15; - } } 111 { @@ -2709,11 +2704,6 @@ doom sprite = "KOOPA0"; width = 16; height = 48; - arg0 - { - title = "Death trigger tag"; - type = 15; - } } 1807 { @@ -2721,11 +2711,6 @@ doom sprite = "MAXEA0"; width = 8; height = 16; - arg0 - { - title = "Death trigger tag"; - type = 15; - } } 1808 { @@ -3640,6 +3625,11 @@ udmf sprite = "TRETA1"; width = 16; height = 32; + arg0 + { + title = "Death trigger tag"; + type = 15; + } } 111 { @@ -7471,6 +7461,11 @@ udmf sprite = "KOOPA0"; width = 16; height = 48; + arg0 + { + title = "Death trigger tag"; + type = 15; + } } 1807 { @@ -7478,6 +7473,11 @@ udmf sprite = "MAXEA0"; width = 8; height = 16; + arg0 + { + title = "Death trigger tag"; + type = 15; + } } 1808 {