From befda8b38e17c038ab3906400917606db898b83b Mon Sep 17 00:00:00 2001 From: VelocitOni Date: Tue, 30 Aug 2022 23:41:13 -0400 Subject: [PATCH] Made states in deh_tables.c match info.h Copy-pasted from info.h to deh_tables.c, fixes Opulence barrels problem. --- src/deh_tables.c | 18 ++++-------------- 1 file changed, 4 insertions(+), 14 deletions(-) diff --git a/src/deh_tables.c b/src/deh_tables.c index 2be68bd1c..47a6ca515 100644 --- a/src/deh_tables.c +++ b/src/deh_tables.c @@ -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",