From 7729ef1a42607b48f266ded38ecd94ae7445c497 Mon Sep 17 00:00:00 2001 From: Brad Harding Date: Sun, 8 Dec 2024 06:45:22 +1100 Subject: [PATCH] Show `CREDIT` (not `SIGILEND`) lump for Sigil 1/2 finale --- src/f_finale.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/f_finale.c b/src/f_finale.c index e602ee0f9..01dd82009 100644 --- a/src/f_finale.c +++ b/src/f_finale.c @@ -1069,11 +1069,11 @@ static void F_ArtScreenDrawer(void) break; case 5: - lump = W_CacheLastLumpName("SIGILEND"); + lump = W_CacheLastLumpName("CREDIT"); break; case 6: - lump = W_CacheLumpName("SIGILEND"); + lump = W_CacheLumpName("CREDIT"); break; default: