X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;ds=sidebyside;f=qcsrc%2Fcommon%2Fphysics.qh;h=a249b238d7bf197650833c3e3d1badad89135478;hb=8da45596c76bb645e864b4ec8ff5a3ee13bbf27c;hp=d4e5fdd389b9e86dc33f8881c05403cbcff9f404;hpb=221325d0a55851348e3397354225f04cd472d42f;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/common/physics.qh b/qcsrc/common/physics.qh index d4e5fdd38..a249b238d 100644 --- a/qcsrc/common/physics.qh +++ b/qcsrc/common/physics.qh @@ -43,8 +43,8 @@ bool IsFlying(entity a); #define IS_PLAYER(s) (s).isplayermodel #define isPushable(s) (s).isplayermodel - float player_multijump; - float player_jumpheight; + //float player_multijump; + //float player_jumpheight; #define PHYS_INPUT_ANGLES(s) input_angles // TODO