]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/mutators/mutator/bugrigs/bugrigs.qc
Kill the use of self in movetype code, to make it usable from the player physics...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / mutators / mutator / bugrigs / bugrigs.qc
index c310170558aaec5ff5ac89d191b4184c8a3fc095..9eb16b040d7d3d64a0fcc1aadae974b7ae6f3d08 100644 (file)
@@ -353,7 +353,7 @@ void RaceCarPhysics(entity this)
        this.angles_x = -smoothangles_x;
        this.angles_z =  smoothangles_z;
 
-       PM_ClientMovement_Move();
+       PM_ClientMovement_Move(this);
 }
 
 #ifdef SVQC