X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fdarkplaces.git;a=blobdiff_plain;f=r_lerpanim.c;h=831a16e42380f33b4323cd66d4819bd7077527bc;hp=f736a11ccc31b3e2b96c9b208c43a9995ca76920;hb=3bd41799492af37d5af2e60ce8a26c704a2a6695;hpb=5648ea4628805cef3e6b14fde5a29dfcfebb3593 diff --git a/r_lerpanim.c b/r_lerpanim.c index f736a11c..831a16e4 100644 --- a/r_lerpanim.c +++ b/r_lerpanim.c @@ -32,7 +32,10 @@ void R_LerpAnimation(entity_render_t *r) // note: this could be removed, if the rendering code allows an empty blend array if (r->frame1 < 0) - Host_Error ("CL_LerpAnimation: frame1 is NULL\n"); + { + Con_Printf ("CL_LerpAnimation: frame1 is NULL\n"); + r->frame1 = 0; + } // check r_lerpmodels and round off very close blend percentages if (!r_lerpmodels.integer)