Two fields that no-one wants.

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@90 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2004-08-31 09:23:38 +00:00
parent 5831ec922c
commit 30962f9bcf
1 changed files with 0 additions and 2 deletions

View File

@ -187,9 +187,7 @@ typedef struct mtexinfo_s
typedef struct glpoly_s
{
struct glpoly_s *next;
struct glpoly_s *chain;
int numverts;
int flags; // for SURF_UNDERWATER
#ifdef SHADERS
float texcenter[2]; //center of texture made by adveraging the tex coords
#endif