[renderer] Continue the job of merging SCR_UpdateScreen

I think this is probably as merged as it will get (though the update
callbacks can probably do with some merging).
This commit is contained in:
Bill Currie 2021-01-11 16:57:31 +09:00
parent 88d48944cb
commit 6e636a27d0
20 changed files with 63 additions and 121 deletions

View file

@ -147,5 +147,5 @@ CL_UpdateScreen (double realtime)
scr_funcs_normal[3] = r_funcs->SCR_DrawPause;
V_PrepBlend ();
r_funcs->SCR_UpdateScreen (realtime, V_RenderView, scr_funcs[index]);
SCR_UpdateScreen (realtime, V_RenderView, scr_funcs[index]);
}