1
0
Fork 0
forked from fte/fteqw

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

View file

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