Index: darkplaces/cl_parse.c
diff -u darkplaces/cl_parse.c:1.67 darkplaces/cl_parse.c:1.68
--- darkplaces/cl_parse.c:1.67	Mon Oct 14 15:34:01 2002
+++ darkplaces/cl_parse.c	Mon Oct 14 15:37:40 2002
@@ -508,7 +508,7 @@
 	else// if (ent->state_current.flags & RENDER_STEP)
 	{
 		// monster interpolation
-		if (DotProduct(odelta, odelta) + DotProduct(adelta, adelta) > 0.01/* || cl.mtime[0] - ent->persistent.lerpstarttime >= 0.1*/)
+		if (DotProduct(odelta, odelta) + DotProduct(adelta, adelta) > 0.01)
 		{
 			ent->persistent.lerpdeltatime = bound(0, cl.mtime[1] - ent->persistent.lerpstarttime, 1);
 			ent->persistent.lerpstarttime = cl.mtime[1];