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:
Spoike 2006-02-11 03:26:58 +00:00
parent 6430b9b214
commit 02b26287e1

View file

@ -1532,7 +1532,8 @@ void D_DrawSpans16 (espan_t *pspan)
} while ((pspan = pspan->pnext) != NULL); } while ((pspan = pspan->pnext) != NULL);
} }
/*
//used for skyboxes in 16bpp
void D_DrawSpans16From8 (espan_t *pspan) void D_DrawSpans16From8 (espan_t *pspan)
{ {
int count, spancount; int count, spancount;
@ -1542,7 +1543,7 @@ void D_DrawSpans16From8 (espan_t *pspan)
float sdivz, tdivz, zi, z, du, dv, spancountminus1; float sdivz, tdivz, zi, z, du, dv, spancountminus1;
float sdivz8stepu, tdivz8stepu, zi8stepu; float sdivz8stepu, tdivz8stepu, zi8stepu;
Con_Printf("spans16from8\n");
sstep = 0; // keep compiler happy sstep = 0; // keep compiler happy
tstep = 0; // ditto tstep = 0; // ditto
@ -1662,7 +1663,6 @@ void D_DrawSpans16From8 (espan_t *pspan)
} while ((pspan = pspan->pnext) != NULL); } while ((pspan = pspan->pnext) != NULL);
} }
*/
#if !id386 #if !id386