git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@4970 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
6e6a767ba6
commit
98f13cf884
2 changed files with 6 additions and 0 deletions
|
@ -2060,6 +2060,7 @@ void Con_DrawConsole (int lines, qboolean noback)
|
|||
shader = w->backshader = R_RegisterPic(w->backimage);// R_RegisterCustom(w->backimage, SUF_NONE, Shader_DefaultCinematic, w->backimage);
|
||||
if (shader)
|
||||
{
|
||||
#ifndef NOMEDIA
|
||||
cin_t *cin = R_ShaderGetCinematic(shader);
|
||||
if (cin)
|
||||
{
|
||||
|
@ -2070,6 +2071,7 @@ void Con_DrawConsole (int lines, qboolean noback)
|
|||
else
|
||||
Media_Send_Command(cin, "cmd:unfocus");
|
||||
}
|
||||
#endif
|
||||
R2D_ImageColours(1, 1, 1, 1);
|
||||
R2D_Image(w->wnd_x+8, w->wnd_y+8, w->wnd_w-16, w->wnd_h-16, 0, 0, 1, 1, shader);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue