Skip to content

Commit

Permalink
Catch fullscreen cwilv replacements
Browse files Browse the repository at this point in the history
  • Loading branch information
kraflab committed Nov 18, 2023
1 parent 6175ca1 commit 4ee1cde
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions prboom2/src/wi_stuff.c
Original file line number Diff line number Diff line change
Expand Up @@ -612,6 +612,10 @@ void WI_drawEL(void)
if (!W_LumpNameExists(lname))
return;

// fullscreen cwilv graphic
if (V_NamePatchHeight(lname) == 200)
y = WI_TITLEY;

// CPhipps - patch drawing updated
// draw level
V_DrawNamePatch((320 - V_NamePatchWidth(lname)) / 2, y, FB,
Expand Down

0 comments on commit 4ee1cde

Please sign in to comment.