X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fclient%2Fcsqc_constants.qc;h=f6e04e7b322e04a87f910c497f0b31a53a167b7b;hb=1900ebdaf5a6a30dd5383ac0f9125c9651815fe5;hp=e82f4399bdb0ce9921ceabe7bf059ab9ff8673fd;hpb=42b501c5da481b2598db9bfc1b93b06fede3657a;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/client/csqc_constants.qc b/qcsrc/client/csqc_constants.qc index e82f4399b..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;