m_menu: fix widescreen rendering of shareware HELP2 screen (#435)

This commit is contained in:
Pascal de Bruijn 2022-01-29 17:07:22 +01:00 committed by GitHub
parent 2ad22c6601
commit a70fa8ec0e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -493,7 +493,7 @@ void M_DrawReadThis1(void)
{ {
inhelpscreens = true; inhelpscreens = true;
if (gamemode == shareware) if (gamemode == shareware)
V_DrawPatchDirect (0,0,0,W_CacheLumpName("HELP2",PU_CACHE)); V_DrawPatchFullScreen (0,W_CacheLumpName("HELP2",PU_CACHE));
else else
M_DrawCredits(); M_DrawCredits();
} }