]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - sv_phys.c
add cl_dyntexture.o to makefile
[xonotic/darkplaces.git] / sv_phys.c
index 978768fe907c13f954da50f14300cf2cfe70009a..362689f8795fa954e69421a4e8c524e75bf331e5 100644 (file)
--- a/sv_phys.c
+++ b/sv_phys.c
@@ -2115,6 +2115,7 @@ void SV_Physics_ClientEntity(prvm_edict_t *ent)
                                SV_AddGravity (ent);
                        SV_CheckStuck (ent);
                        SV_WalkMove (ent);
+                       host_client->cmd.time = max(host_client->cmd.time, sv.time); // ignore client movement data for anything before NOW
                }
                break;
        case MOVETYPE_TOSS: