X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fclient%2Fcsqc_constants.qc;h=f6e04e7b322e04a87f910c497f0b31a53a167b7b;hb=88296a0f82b51a5b98d15f7be8032cdf584eec99;hp=2b2e674c603a2b938aa0f30984ae861a3806be6c;hpb=1b9fb2415152cf5a365cfaf9cf234372aaba6852;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/client/csqc_constants.qc b/qcsrc/client/csqc_constants.qc index 2b2e674c6..f6e04e7b3 100644 --- a/qcsrc/client/csqc_constants.qc +++ b/qcsrc/client/csqc_constants.qc @@ -1,4 +1,4 @@ -const entity NULL = world; +#define NULL world // Mask Constants (set .drawmask on entities; use R_AddEntities to add all entities based on mask) const float MASK_ENGINE = 1; @@ -63,19 +63,6 @@ const float STAT_MOVEVARS_TIMESCALE = 241; const float STAT_FRAGLIMIT = 235; const float STAT_TIMELIMIT = 236; const float STAT_MOVEVARS_GRAVITY = 242; -const float STAT_MOVEVARS_MAXSPEED = 244; - -// Sound Constants -//const float CHAN_AUTO = 0; -//const float CHAN_WEAPON = 1; -//const float CHAN_VOICE = 2; -//const float CHAN_ITEM = 3; -//const float CHAN_BODY = 4; - -//const float ATTN_NONE = 0; -//const float ATTN_NORM = 1; -//const float ATTN_IDLE = 2; -//const float ATTN_STATIC = 3; // Quake-style Point Contents const float CONTENT_EMPTY = -1; @@ -165,7 +152,6 @@ const float BUTTON_14 = 65536; const float BUTTON_15 = 131072; const float BUTTON_16 = 262144; - const float DRAWFLAG_NORMAL = 0; const float DRAWFLAG_ADDITIVE = 1; const float DRAWFLAG_MODULATE = 2;