Made states in deh_tables.c match info.h

Copy-pasted from info.h to deh_tables.c, fixes Opulence barrels problem.
This commit is contained in:
VelocitOni 2022-08-30 23:41:13 -04:00
parent 2c91f83a02
commit befda8b38e

View file

@ -3806,20 +3806,10 @@ const char *const STATE_LIST[] = { // array length left dynamic for sanity testi
"S_BATTLEBUMPER_EXBLAST10",
// Tripwire
"S_TRIPWIREBOOST_TOP1",
"S_TRIPWIREBOOST_TOP2",
"S_TRIPWIREBOOST_TOP3",
"S_TRIPWIREBOOST_TOP4",
"S_TRIPWIREBOOST_TOP5",
"S_TRIPWIREBOOST_TOP6",
"S_TRIPWIREBOOST_TOP7",
"S_TRIPWIREBOOST_BOTTOM1",
"S_TRIPWIREBOOST_BOTTOM2",
"S_TRIPWIREBOOST_BOTTOM3",
"S_TRIPWIREBOOST_BOTTOM4",
"S_TRIPWIREBOOST_BOTTOM5",
"S_TRIPWIREBOOST_BOTTOM6",
"S_TRIPWIREBOOST_BOTTOM7",
"S_TRIPWIREBOOST_TOP",
"S_TRIPWIREBOOST_BOTTOM",
"S_TRIPWIREBOOST_BLAST_TOP",
"S_TRIPWIREBOOST_BLAST_BOTTOM",
// DEZ respawn laser
"S_DEZLASER",