New intro: Fix other aspect ratio border around STARTUP

This commit is contained in:
toaster 2023-11-28 20:43:14 +00:00
parent 3c19c80842
commit 050bf43a87

View file

@ -439,7 +439,7 @@ void F_IntroDrawer(void)
return;
}
V_DrawFill(0, 0, BASEVIDWIDTH, BASEVIDHEIGHT, 0);
V_DrawFill(0, 0, BASEVIDWIDTH, BASEVIDHEIGHT, 31);
V_DrawScaledPatch(0, 0, 0,
W_CachePatchName("STARTUP", PU_CACHE));