From f2bbf53c0dece71d7a7e6656a143f6845a18081b Mon Sep 17 00:00:00 2001 From: toaster 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 095af340a..2237c35be 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 6c3512930..494763dc8 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