- fixed: FFlatVertex contained two unused members.

- fixed: Clearing the args in the VavoomLightColor constructor only cleared 5 bytes, still assuming byte args.
This commit is contained in:
Christoph Oelckers 2013-12-05 10:23:01 +01:00
commit 058f065446
3 changed files with 3 additions and 3 deletions

View file

@ -128,7 +128,7 @@ void FFlatVertex::SetFlatVertex(vertex_t *vt, const secplane_t & plane)
z = plane.ZatPoint(vt->fx, vt->fy);
u = vt->fx/64.f;
v = -vt->fy/64.f;
w = dc = df = 0;
w = /*dc = df =*/ 0;
}
//==========================================================================