compile fixes.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@4467 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
2fcd837d57
commit
bedcee84a9
2 changed files with 2 additions and 2 deletions
|
@ -590,7 +590,7 @@ void D3D11BE_Init(void)
|
||||||
if (FAILED(ID3D11Device_CreateBuffer(pD3DDev11, &bd, NULL, &shaderstate.vertexstream)))
|
if (FAILED(ID3D11Device_CreateBuffer(pD3DDev11, &bd, NULL, &shaderstate.vertexstream)))
|
||||||
return;
|
return;
|
||||||
|
|
||||||
shaderstate.shader_rtlight = R_RegisterShader("rtlight", LIGHTPASS_SHADER);
|
shaderstate.shader_rtlight = R_RegisterShader("rtlight", SUF_NONE, LIGHTPASS_SHADER);
|
||||||
|
|
||||||
R_InitFlashblends();
|
R_InitFlashblends();
|
||||||
}
|
}
|
||||||
|
|
|
@ -614,7 +614,7 @@ void D3D9BE_Init(void)
|
||||||
|
|
||||||
D3D9BE_Reset(false);
|
D3D9BE_Reset(false);
|
||||||
|
|
||||||
shaderstate.shader_rtlight = R_RegisterShader("rtlight", LIGHTPASS_SHADER);
|
shaderstate.shader_rtlight = R_RegisterShader("rtlight", SUF_NONE, LIGHTPASS_SHADER);
|
||||||
|
|
||||||
R_InitFlashblends();
|
R_InitFlashblends();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue