mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-22 02:00:11 +00:00
New intro: Fix other aspect ratio border around STARTUP
This commit is contained in:
parent
3c19c80842
commit
050bf43a87
1 changed files with 1 additions and 1 deletions
|
|
@ -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));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue