mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Fix the splash screen again, I accidentally got rid of scaling
This commit is contained in:
parent
388528d7b8
commit
ce18be8a7d
1 changed files with 1 additions and 1 deletions
|
|
@ -821,7 +821,7 @@ void D_SRB2Loop(void)
|
|||
*/
|
||||
/* Smells like a hack... Don't fade Sonic's ass into the title screen. */
|
||||
if (gamestate != GS_TITLESCREEN)
|
||||
V_DrawScaledPatch(0, 0, FRACUNIT/2, W_CachePatchNum(W_GetNumForName("KARTKREW"), PU_PATCH));
|
||||
V_DrawFixedPatch(0, 0, FRACUNIT/2, 0, W_CachePatchNum(W_GetNumForName("KARTKREW"), PU_PATCH), NULL);
|
||||
|
||||
for (;;)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue