X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fcommon%2Fphysics%2Fmovelib.qh;h=90ea4b4160e12d79ce24e4b00e60fc9582c424f0;hb=791f076d8048e98861a7b0580ea295dd8d355f73;hp=86cb7338509c0dad21121f4af8b7d2cfd743190f;hpb=99d308737c3973589515844753953d905db8c766;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/common/physics/movelib.qh b/qcsrc/common/physics/movelib.qh index 86cb73385..90ea4b416 100644 --- a/qcsrc/common/physics/movelib.qh +++ b/qcsrc/common/physics/movelib.qh @@ -48,6 +48,6 @@ Yed need to set v_up and v_forward (generally by calling makevectors) before cal **/ #endif -void movelib_groundalign4point(float spring_length, float spring_up, float blendrate, float _max); +void movelib_groundalign4point(entity this, float spring_length, float spring_up, float blendrate, float _max); #endif