From: MirceaKitsune Date: Tue, 29 Nov 2011 14:31:32 +0000 (+0200) Subject: Fix a compiler issue with latest fteqcc X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=e9ce694fff27b9967867ed2fb3524b09e88093fa;p=voretournament%2Fvoretournament.git Fix a compiler issue with latest fteqcc --- diff --git a/data/qcsrc/client/csqc_constants.qc b/data/qcsrc/client/csqc_constants.qc index 8c9058d6..23b5e874 100644 --- a/data/qcsrc/client/csqc_constants.qc +++ b/data/qcsrc/client/csqc_constants.qc @@ -1,4 +1,4 @@ -const entity NULL = world; +const entity NULL; // Mask Constants (set .drawmask on entities; use R_AddEntities to add all entities based on mask) const float MASK_ENGINE = 1;