Skip to content
Snippets Groups Projects
Commit f297f4ff authored by James R.'s avatar James R.
Browse files

Sonic is dead again

parent c347254e
No related branches found
No related tags found
1 merge request!715Fix garbage fade on Sonic's ass in OpenGL
......@@ -656,7 +656,9 @@ void D_SRB2Loop(void)
LMFAO this was showing garbage under OpenGL
because I_FinishUpdate was called afterward
*/
V_DrawScaledPatch(0, 0, 0, W_CachePatchNum(W_GetNumForName("CONSBACK"), PU_CACHE));
/* Smells like a hack... Don't fade Sonic's ass into the title screen. */
if (gamestate != GS_TITLESCREEN)
V_DrawScaledPatch(0, 0, 0, W_CachePatchNum(W_GetNumForName("CONSBACK"), PU_CACHE));
for (;;)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment