X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Flib%2Fcsqcmodel%2Fcommon.qh;h=a2c9e68e556ac81dac54e6b56226d0dc2a8a73ba;hb=8e4957c252f8381e37f2a72e227797bf51e5cc2f;hp=942c021e828d0d125bac46ff8808ff84ddaac205;hpb=4d91f9f38ee0fe58d4ac93662da2bcd52921d373;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/lib/csqcmodel/common.qh b/qcsrc/lib/csqcmodel/common.qh index 942c021e8..a2c9e68e5 100644 --- a/qcsrc/lib/csqcmodel/common.qh +++ b/qcsrc/lib/csqcmodel/common.qh @@ -54,8 +54,9 @@ IN THE SOFTWARE.\ .float lerpfrac; const int ISPLAYER_MODEL = BIT(0); // using a player model -const int ISPLAYER_ENT = BIT(1); // is an actual player +const int ISPLAYER_CLIENT = BIT(1); // is a client const int ISPLAYER_LOCAL = BIT(2); // is the local player +const int ISPLAYER_PLAYER = BIT(3); // is a player in the match const int CSQCMODEL_PROPERTY_FRAME = BIT(23); const int CSQCMODEL_PROPERTY_TELEPORTED = BIT(22); // the "teleport bit" cancelling interpolation