Skip to content

Commit

Permalink
Fix intermission pic for SIGIL II
Browse files Browse the repository at this point in the history
  • Loading branch information
bradharding committed Dec 10, 2023
1 parent d0bd34a commit c10ae01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wi_stuff.c
Original file line number Diff line number Diff line change
Expand Up @@ -1226,7 +1226,7 @@ static void WI_LoadData(void)
else if (sigil && wbs->epsd == 4)
lump = W_CacheLumpName("SIGILINT");
else if (sigil2 && wbs->epsd == 5)
lump = W_CacheLumpName("SIGILINT");
lump = W_CacheLumpName("SIGILIN2");
else if (wbs->epsd <= 2)
{
char temp[9];
Expand Down

0 comments on commit c10ae01

Please sign in to comment.