mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-10 22:51:57 +00:00
Okay, it does have a purpose. Skyboxes.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1944 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
6430b9b214
commit
02b26287e1
1 changed files with 3 additions and 3 deletions
|
@ -1532,7 +1532,8 @@ void D_DrawSpans16 (espan_t *pspan)
|
|||
|
||||
} while ((pspan = pspan->pnext) != NULL);
|
||||
}
|
||||
/*
|
||||
|
||||
//used for skyboxes in 16bpp
|
||||
void D_DrawSpans16From8 (espan_t *pspan)
|
||||
{
|
||||
int count, spancount;
|
||||
|
@ -1542,7 +1543,7 @@ void D_DrawSpans16From8 (espan_t *pspan)
|
|||
float sdivz, tdivz, zi, z, du, dv, spancountminus1;
|
||||
float sdivz8stepu, tdivz8stepu, zi8stepu;
|
||||
|
||||
Con_Printf("spans16from8\n");
|
||||
|
||||
sstep = 0; // keep compiler happy
|
||||
tstep = 0; // ditto
|
||||
|
||||
|
@ -1662,7 +1663,6 @@ void D_DrawSpans16From8 (espan_t *pspan)
|
|||
|
||||
} while ((pspan = pspan->pnext) != NULL);
|
||||
}
|
||||
*/
|
||||
|
||||
#if !id386
|
||||
|
||||
|
|
Loading…
Reference in a new issue