]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - r_lerpanim.c
csqc packet log code (for entityframedatabase 5 only, i.e. DP5 and higher)
[xonotic/darkplaces.git] / r_lerpanim.c
index 7fc8b096e10e3ee85b268e7d765ad6e7aa0f739f..646033e1e7d0bf164d6f302552b7677623fb9fa0 100644 (file)
@@ -10,7 +10,7 @@ void R_LerpAnimation(entity_render_t *r)
        double sublerp, lerp, d;
        animscene_t *scene;
        frameblend_t *blend;
-       model_t *model = r->model;
+       dp_model_t *model = r->model;
 
        blend = r->frameblend;
        blend[0].frame = blend[1].frame = blend[2].frame = blend[3].frame = 0;