X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fcommon%2Fphysics.qh;h=01a8770a591f75000eadcb590baeae8f175daf49;hp=0169011c0d844ea28f2cbc5b119897c88f2bf329;hb=011d15f2cf0d2fe859534a29f87ba3e0c8695424;hpb=c0489b5f762a775b7b5bbe536531cefdc01a8fd7 diff --git a/qcsrc/common/physics.qh b/qcsrc/common/physics.qh index 0169011c0d..01a8770a59 100644 --- a/qcsrc/common/physics.qh +++ b/qcsrc/common/physics.qh @@ -106,6 +106,7 @@ bool IsFlying(entity a); // TODO #define IS_CLIENT(s) (s).isplayermodel #define IS_PLAYER(s) (s).isplayermodel + #define IS_NOT_A_CLIENT(s) !(s).isplayermodel #define isPushable(s) (s).isplayermodel //float player_multijump;