]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - sv_phys.c
Merge branch 'master' into Mario/wrath-darkplaces_extra
[xonotic/darkplaces.git] / sv_phys.c
index ef8e707fec9504b3b49b325dd73aead9f0ef87b0..2be3250886492e50b1613ed120ee771bab4db475 100644 (file)
--- a/sv_phys.c
+++ b/sv_phys.c
@@ -1986,7 +1986,7 @@ SV_Physics_Pusher
 static void SV_Physics_Pusher (prvm_edict_t *ent)
 {
        prvm_prog_t *prog = SVVM_prog;
-       double thinktime, oldltime, movetime;
+       prvm_vec_t thinktime, oldltime, movetime;
 
        oldltime = PRVM_serveredictfloat(ent, ltime);