X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=sv_phys.c;h=fcd37002b92a0f5bb311c0f2e65c54fa32d69ff1;hb=b29ff168e6ffc94dab3b8d4933047e7e0223f28b;hp=6d14da1deeb827a35dc18648b0716e0f311223d2;hpb=5225f7ec9697b2a65a524956d6ee95c267d88145;p=xonotic%2Fdarkplaces.git diff --git a/sv_phys.c b/sv_phys.c index 6d14da1d..fcd37002 100644 --- 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; + prvm_vec_t thinktime, oldltime, movetime; oldltime = PRVM_serveredictfloat(ent, ltime);