Skip to content
Snippets Groups Projects
Commit 02e327a4 authored by Lactozilla's avatar Lactozilla :speech_balloon:
Browse files

D_SRB2Loop: Draw CONSBACK even in OpenGL

parent 26569f49
Branches
Tags
2 merge requests!734Rebase Keycodes only branch.,!550Renderer switching
......@@ -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 (;;)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment