forked from fte/fteqw
1
0
Fork 0

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:
Spoike 2005-09-14 04:21:32 +00:00
parent 2b09279b12
commit 7f993dfb75
1 changed files with 0 additions and 2 deletions

View File

@ -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;