fix minimal compiles.

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@4296 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2013-04-07 10:50:48 +00:00
parent a717b8ce22
commit 4954c10c8d
1 changed files with 2 additions and 2 deletions

View File

@ -48,8 +48,6 @@ typedef struct {
int ofs_skel_idx;
int ofs_skel_weight;
vboarray_t vboindicies;
vboarray_t vbotexcoords;
vboarray_t vbo_skel_verts;
vboarray_t vbo_skel_normals;
vboarray_t vbo_skel_svector;
@ -57,6 +55,8 @@ typedef struct {
vboarray_t vbo_skel_bonenum;
vboarray_t vbo_skel_bweight;
#endif
vboarray_t vboindicies;
vboarray_t vbotexcoords;
//these exist only in the root mesh.
int numtagframes;