From f2bbf53c0dece71d7a7e6656a143f6845a18081b Mon Sep 17 00:00:00 2001
From: toaster <rollerorbital@gmail.com>
Date: Sat, 19 Oct 2019 14:32:15 +0100
Subject: [PATCH] Change boost panel thing numbers per MS's request.

---
 extras/conf/SRB2-22.cfg | 4 ++--
 src/info.c              | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/extras/conf/SRB2-22.cfg b/extras/conf/SRB2-22.cfg
index 095af340ac..2237c35be0 100644
--- a/extras/conf/SRB2-22.cfg
+++ b/extras/conf/SRB2-22.cfg
@@ -4265,7 +4265,7 @@ thingtypes
 			width = 16;
 			height = 32;
 		}
-		2045
+		544
 		{
 			arrow = 1;
 			title = "Yellow Boost Panel";
@@ -4274,7 +4274,7 @@ thingtypes
 			width = 28;
 			height = 2;
 		}
-		2046
+		545
 		{
 			arrow = 1;
 			title = "Red Boost Panel";
diff --git a/src/info.c b/src/info.c
index 6c35129304..494763dc85 100644
--- a/src/info.c
+++ b/src/info.c
@@ -7712,7 +7712,7 @@ mobjinfo_t mobjinfo[NUMMOBJTYPES] =
 	},
 
 	{           // MT_YELLOWBOOSTER
-		2045,           // doomednum -- Matched to Glaber's resource, otherwise custom-built.
+		544,            // doomednum
 		S_INVISIBLE,    // spawnstate
 		1,              // spawnhealth
 		S_NULL,         // seestate
@@ -7739,7 +7739,7 @@ mobjinfo_t mobjinfo[NUMMOBJTYPES] =
 	},
 
 	{           // MT_REDBOOSTER
-		2046,           // doomednum -- Matched to Glaber's resource, otherwise custom-built.
+		545,            // doomednum
 		S_INVISIBLE,    // spawnstate
 		1,              // spawnhealth
 		S_NULL,         // seestate
-- 
GitLab