This commit is contained in:
Sally Coolatta 2020-08-10 12:01:11 -04:00
parent 2710d50d99
commit 3b34b3230c

View file

@ -855,11 +855,7 @@ void D_SRB2Loop(void)
*/
/* Smells like a hack... Don't fade Sonic's ass into the title screen. */
if (gamestate != GS_TITLESCREEN)
<<<<<<< HEAD
V_DrawFixedPatch(0, 0, FRACUNIT/2, 0, (patch_t *)W_CacheLumpNum(W_GetNumForName("KARTKREW"), PU_CACHE), NULL);
=======
V_DrawScaledPatch(0, 0, 0, W_CachePatchNum(W_GetNumForName("CONSBACK"), PU_PATCH));
>>>>>>> srb2/next
for (;;)
{