From da27f720dadd429f748aaefabf062d3979058d10 Mon Sep 17 00:00:00 2001 From: Zippy_Zolton Date: Sun, 11 Oct 2020 23:22:16 -0500 Subject: [PATCH] Whitelist the "X" shown in the HUD --- src/w_wad.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/w_wad.c b/src/w_wad.c index 11679b8f4..5d10cbd10 100644 --- a/src/w_wad.c +++ b/src/w_wad.c @@ -2079,6 +2079,7 @@ int W_VerifyNMUSlumps(const char *filename) {"STCFN", 5}, // Console font changes {"TNYFN", 5}, // Tiny console font changes {"STT", 3}, // Acceptable HUD changes (Score Time Rings) + {"STLIVEX", 7}, // "X" that shows under skin's HUDNAME {"YB_", 3}, // Intermission graphics, goes with the above {"M_", 2}, // As does menu stuff {"MUSICDEF", 8}, // Song definitions (thanks kart)