mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-10 14:42:13 +00:00
clearing some unused members.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@84 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
f1879caaba
commit
eeb7c66232
1 changed files with 2 additions and 3 deletions
|
@ -1618,8 +1618,8 @@ void R_RenderDynamicLightmaps (msurface_t *fa)
|
|||
}
|
||||
|
||||
|
||||
fa->polys->chain = lightmap[fa->lightmaptexturenum]->polys;
|
||||
lightmap[fa->lightmaptexturenum]->polys = fa->polys;
|
||||
// fa->polys->chain = lightmap[fa->lightmaptexturenum]->polys;
|
||||
// lightmap[fa->lightmaptexturenum]->polys = fa->polys;
|
||||
|
||||
// check for lightmap modification
|
||||
if (cl.worldmodel->fromgame != fg_quake3) //no lightstyles on q3 maps
|
||||
|
@ -3156,7 +3156,6 @@ void BuildSurfaceDisplayList (msurface_t *fa)
|
|||
//
|
||||
poly = Hunk_AllocName (sizeof(glpoly_t) + (lnumverts-4) * VERTEXSIZE*sizeof(float), "SDList");
|
||||
poly->next = fa->polys;
|
||||
poly->flags = fa->flags;
|
||||
fa->polys = poly;
|
||||
poly->numverts = lnumverts;
|
||||
|
||||
|
|
Loading…
Reference in a new issue