X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;ds=sidebyside;f=qcsrc%2Fclient%2Fcsqc_constants.qc;h=f6e04e7b322e04a87f910c497f0b31a53a167b7b;hb=1900ebdaf5a6a30dd5383ac0f9125c9651815fe5;hp=5976eb975eee0e3151deff590e4348916714e41a;hpb=8efe68106722fd143f10c172c71be6e869ff5b21;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/client/csqc_constants.qc b/qcsrc/client/csqc_constants.qc index 5976eb975..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; @@ -64,18 +64,6 @@ const float STAT_FRAGLIMIT = 235; const float STAT_TIMELIMIT = 236; const float STAT_MOVEVARS_GRAVITY = 242; -// 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; const float CONTENT_SOLID = -2;