Removed some obsolette comments.

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@752 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2005-01-07 02:51:40 +00:00
parent 7673f3d17a
commit 478d42c441

View file

@ -50,8 +50,8 @@ typedef int index_t;
typedef struct mesh_s typedef struct mesh_s
{ {
int numvertexes; int numvertexes;
vec4_t *xyz_array; //structure is used only at load. vec4_t *xyz_array;
vec3_t *normals_array; //so what harm is there in doing this? vec3_t *normals_array;
vec2_t *st_array; vec2_t *st_array;
vec2_t *lmst_array; vec2_t *lmst_array;
byte_vec4_t *colors_array; byte_vec4_t *colors_array;