]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/physics/movelib.qc
Remove .move_* fields and MOVETYPE_PUSH logic (doesn't work)
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / physics / movelib.qc
index cfdcbfd14700262db5e3911b95c83107e4427c45..e66e3c9a9ce58f19b447a714f6bcd3bdcc7bd3c6 100644 (file)
@@ -232,6 +232,6 @@ void movelib_groundalign4point(entity this, float spring_length, float spring_up
     this.angles_z = ((1-blendrate) *  this.angles.z)  + (push_angle.z * blendrate);
 
     //a = this.origin;
-    setorigin(this,r);
+    setorigin(this, r);
 }