summaryrefslogtreecommitdiff
path: root/inc/refresh/refresh.h
diff options
context:
space:
mode:
Diffstat (limited to 'inc/refresh/refresh.h')
-rw-r--r--inc/refresh/refresh.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/inc/refresh/refresh.h b/inc/refresh/refresh.h
index 6e79691..3edcc18 100644
--- a/inc/refresh/refresh.h
+++ b/inc/refresh/refresh.h
@@ -51,6 +51,8 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#define RF_SHELL_MASK (RF_SHELL_RED | RF_SHELL_GREEN | RF_SHELL_BLUE | \
RF_SHELL_DOUBLE | RF_SHELL_HALF_DAM)
+#define DLIGHT_CUTOFF 64
+
typedef struct entity_s {
qhandle_t model; // opaque type outside refresh
vec3_t angles;