Skip to content

Commit

Permalink
Show CREDIT (not SIGILEND) lump for Sigil 1/2 finale
Browse files Browse the repository at this point in the history
  • Loading branch information
bradharding committed Dec 7, 2024
1 parent fa8586c commit 7729ef1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/f_finale.c
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 7729ef1

Please sign in to comment.