X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=server.h;h=ed552a1422b187dfa6b1bd7c1187422beff85d83;hb=cd91d02ff7e38187edee03b61f8456d2d35efb54;hp=b8339b2eff4789e17cf29a1227c1061ec9722ce2;hpb=76dc6190b460068fd3a9ac273b3f8f735293e52e;p=xonotic%2Fdarkplaces.git diff --git a/server.h b/server.h index b8339b2e..ed552a14 100644 --- a/server.h +++ b/server.h @@ -317,6 +317,7 @@ typedef struct client_s #define MOVETYPE_FOLLOW 12 ///< track movement of aiment #define MOVETYPE_FAKEPUSH 13 ///< tenebrae's push that doesn't push #define MOVETYPE_PHYSICS 32 ///< indicates this object is physics controlled +#define MOVETYPE_FLY_WORLDONLY 33 ///< like MOVETYPE_FLY, but uses MOVE_WORLDONLY for all its traces; objects of this movetype better be SOLID_NOT or SOLID_TRIGGER please, or else... // edict->solid values #define SOLID_NOT 0 ///< no interaction with other objects