mirror of
https://github.com/fabiangreffrath/woof.git
synced 2025-09-24 04:29:34 -04:00
m_menu: fix widescreen rendering of shareware HELP2 screen (#435)
This commit is contained in:
parent
2ad22c6601
commit
a70fa8ec0e
@ -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();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user