]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - cl_parse.c
Implemented a very simple video mode selection menu. The way it handles the various...
[xonotic/darkplaces.git] / cl_parse.c
index 82d8ab124037c64ff3070a146b469b1cb3ab3561..77b2d0fa3541d1e22ee6676701de84957f842d13 100644 (file)
@@ -508,7 +508,7 @@ void CL_MoveLerpEntityStates(entity_t *ent)
        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];