Fix the splash screen again, I accidentally got rid of scaling

This commit is contained in:
Sryder 2020-08-23 19:30:08 +01:00
parent 388528d7b8
commit ce18be8a7d

View file

@ -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 (;;)
{