X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fdarkplaces.git;a=blobdiff_plain;f=r_lerpanim.c;h=831a16e42380f33b4323cd66d4819bd7077527bc;hp=f736a11ccc31b3e2b96c9b208c43a9995ca76920;hb=598fddaa9633afd444cb95d8e7eb74d9b05b899d;hpb=6f079ecb90e1e6b7597d4da1a98f95c5822aad8d 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)