From a91085ea657ae71710927030e1c89aa34dc9a49b Mon Sep 17 00:00:00 2001 From: TimePath Date: Mon, 26 Jan 2015 20:10:42 +1100 Subject: [PATCH] Revert a deleted `#define` --- qcsrc/client/csqc_constants.qc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/qcsrc/client/csqc_constants.qc b/qcsrc/client/csqc_constants.qc index 2cd6dc4d9..f11c31c62 100644 --- a/qcsrc/client/csqc_constants.qc +++ b/qcsrc/client/csqc_constants.qc @@ -1,3 +1,6 @@ +// MenuQC redefines world, change define it here to be safe +#define world world + // Mask Constants (set .drawmask on entities; use R_AddEntities to add all entities based on mask) const int MASK_ENGINE = 1; const int MASK_ENGINEVIEWMODELS = 2; -- 2.39.2