forked from fte/fteqw
1
0
Fork 0

fix md3 tags

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@4361 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2013-05-14 12:49:58 +00:00
parent 2085f67ad4
commit 60859bbc9f
1 changed files with 1 additions and 1 deletions

View File

@ -3566,7 +3566,7 @@ char *Mod_GetBoneName(model_t *model, int bonenum)
typedef struct {
char name[MAX_QPATH];
char name[64];
vec3_t org;
float ang[3][3];
} md3tag_t;