Skip to content

Commit

Permalink
Fix showing MAPINFO end pic during finale
Browse files Browse the repository at this point in the history
  • Loading branch information
bradharding committed Nov 30, 2024
1 parent 3774e50 commit 2b973b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/f_finale.c
Original file line number Diff line number Diff line change
Expand Up @@ -1028,7 +1028,7 @@ static void F_ArtScreenDrawer(void)
if (!finalestage)
F_TextWrite();
else
V_DrawPatch(0, 0, 0, W_CacheLumpNum(lumpnum));
V_DrawPagePatch(0, W_CacheLumpNum(lumpnum));
}
else if (P_GetMapEndBunny(gameepisode, gamemap) || gameepisode == 3)
F_BunnyScroll();
Expand Down

0 comments on commit 2b973b5

Please sign in to comment.