D_SRB2Loop: Draw CONSBACK even in OpenGL

This commit is contained in:
Jaime Passos 2019-09-09 17:35:38 -03:00
parent 26569f494b
commit 02e327a4e4

View file

@ -571,8 +571,7 @@ void D_SRB2Loop(void)
// hack to start on a nice clear console screen.
COM_ImmedExecute("cls;version");
if (rendermode == render_soft)
V_DrawScaledPatch(0, 0, 0, (patch_t *)W_CacheLumpNum(W_GetNumForName("CONSBACK"), PU_CACHE));
V_DrawScaledPatch(0, 0, 0, W_CachePatchNum(W_GetNumForName("CONSBACK"), PU_CACHE));
I_FinishUpdate(); // page flip or blit buffer
for (;;)