]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - sv_phys.c
Fix incorrect types causing fp precision errors with movable brush entities, etc
[xonotic/darkplaces.git] / sv_phys.c
index 6d14da1deeb827a35dc18648b0716e0f311223d2..9964c362f0d0dada04d617f81ed434641eea31eb 100644 (file)
--- a/sv_phys.c
+++ b/sv_phys.c
@@ -1983,7 +1983,7 @@ SV_Physics_Pusher
 static void SV_Physics_Pusher (prvm_edict_t *ent)
 {
        prvm_prog_t *prog = SVVM_prog;
-       float thinktime, oldltime, movetime;
+       double thinktime, oldltime, movetime;
 
        oldltime = PRVM_serveredictfloat(ent, ltime);