From f2011cc99b159adb1c97726164b671430fc4139b Mon Sep 17 00:00:00 2001
From: MascaraSnake <jonassauer27@gmail.com>
Date: Fri, 1 May 2020 14:59:08 +0200
Subject: [PATCH] More config fixes

---
 extras/conf/udb/Includes/SRB222_linedefs.cfg | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/extras/conf/udb/Includes/SRB222_linedefs.cfg b/extras/conf/udb/Includes/SRB222_linedefs.cfg
index 267e528455..53a82aa0a1 100644
--- a/extras/conf/udb/Includes/SRB222_linedefs.cfg
+++ b/extras/conf/udb/Includes/SRB222_linedefs.cfg
@@ -1734,7 +1734,7 @@ udmf
 		202
 		{
 			title = "Fog Block";
-			prefix = "(202);
+			prefix = "(202)";
 			arg0
 			{
 				title = "Target sector tag";
@@ -1777,7 +1777,7 @@ udmf
 		223
 		{
 			title = "Intangible, Invisible";
-			prefix = "(223);
+			prefix = "(223)";
 			arg0
 			{
 				title = "Target sector tag";
@@ -1788,7 +1788,7 @@ udmf
 		250
 		{
 			title = "Mario Block";
-			prefix = "(250);
+			prefix = "(250)";
 			arg0
 			{
 				title = "Target sector tag";
@@ -1809,7 +1809,7 @@ udmf
 		251
 		{
 			title = "Thwomp Block";
-			prefix = "(251);
+			prefix = "(251)";
 			arg0
 			{
 				title = "Target sector tag";
@@ -1853,7 +1853,7 @@ udmf
 			}
 			arg2
 			{
-				title = "Translucent?"
+				title = "Translucent?";
 				type = 11;
 				enum = "noyes";
 			}
-- 
GitLab