]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Don't enable prediction of every movetype yet
authorMario <mario@smbclan.net>
Thu, 14 Apr 2016 12:22:50 +0000 (22:22 +1000)
committerMario <mario@smbclan.net>
Thu, 14 Apr 2016 12:24:10 +0000 (22:24 +1000)
qcsrc/common/physics/player.qc

index 541e9d61e0819c1baa38047ae4ff39d142467a51..7f20bfe9a0e29d81ba7f61ac8385452b1749837b 100644 (file)
@@ -1391,7 +1391,7 @@ void PM_Main(entity this)
                return;
 
        // when we get here, disableclientprediction cannot be 2
-       this.disableclientprediction = -1;
+       this.disableclientprediction = 0;
 #endif
 
        viewloc_PlayerPhysics(this);