Fixed a couple of warnings.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1318 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
2b09279b12
commit
7f993dfb75
1 changed files with 0 additions and 2 deletions
|
@ -529,7 +529,6 @@ static void R_BuildSkeletalMesh(mesh_t *mesh, float *plerp, float **pose, int po
|
|||
float bonepose[MAX_BONES][12];
|
||||
|
||||
int i, k, l;
|
||||
float m[12];
|
||||
|
||||
if (usehierarchy)
|
||||
R_LerpBones(plerp, pose, poses, bones, bonecount, bonepose);
|
||||
|
@ -4603,7 +4602,6 @@ void GLMod_LoadDarkPlacesModel(model_t *mod, void *buffer)
|
|||
|
||||
|
||||
float *outposedata;
|
||||
galiaspose_t *outpose;
|
||||
galiasgroup_t *outgroups;
|
||||
float *inposedata;
|
||||
dpmframe_t *inframes;
|
||||
|
|
Loading…
Reference in a new issue