From 4954c10c8d67d0a3abe924a3ba58bfc85c4d13f2 Mon Sep 17 00:00:00 2001 From: Spoike Date: Sun, 7 Apr 2013 10:50:48 +0000 Subject: [PATCH] fix minimal compiles. git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@4296 fc73d0e0-1445-4013-8a0c-d673dee63da5 --- engine/common/com_mesh.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/engine/common/com_mesh.h b/engine/common/com_mesh.h index cf8fdfd41..3382cb3f4 100644 --- a/engine/common/com_mesh.h +++ b/engine/common/com_mesh.h @@ -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;