mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-10 22:51:57 +00:00
Unused variables here too.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2613 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
e0e46ada28
commit
4861637b3b
1 changed files with 2 additions and 2 deletions
|
@ -284,7 +284,7 @@ void GL_DrawSkyChain (msurface_t *s)
|
||||||
void R_DrawSkyBoxChain (msurface_t *s);
|
void R_DrawSkyBoxChain (msurface_t *s);
|
||||||
void D3D7_DrawSkyChain (msurface_t *s)
|
void D3D7_DrawSkyChain (msurface_t *s)
|
||||||
{
|
{
|
||||||
msurface_t *fa;
|
//msurface_t *fa;
|
||||||
|
|
||||||
#ifdef Q3SHADERS
|
#ifdef Q3SHADERS
|
||||||
if (!solidskytexture&&!usingskybox)
|
if (!solidskytexture&&!usingskybox)
|
||||||
|
@ -337,7 +337,7 @@ void D3D7_DrawSkyChain (msurface_t *s)
|
||||||
|
|
||||||
void D3D9_DrawSkyChain (msurface_t *s)
|
void D3D9_DrawSkyChain (msurface_t *s)
|
||||||
{
|
{
|
||||||
msurface_t *fa;
|
//msurface_t *fa;
|
||||||
|
|
||||||
#ifdef Q3SHADERS
|
#ifdef Q3SHADERS
|
||||||
if (!solidskytexture&&!usingskybox)
|
if (!solidskytexture&&!usingskybox)
|
||||||
|
|
Loading…
Reference in a new issue