diff --git a/extras/conf/SRB2-22.cfg b/extras/conf/SRB2-22.cfg index 095af340ac50c186bb8289baad71aa9fb019ee4f..2237c35be05075a4e6038f9fb50c20bd55e10b1a 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 6c3512930498beac0e7fbad78f6da8c81b04132c..494763dc8595e4d1a3ff66f17b355f1498f2a797 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