From 86be16167754ae0a81018e7b454345e0dc2d4c3c Mon Sep 17 00:00:00 2001 From: Alibek Omarov Date: Mon, 7 Jun 2021 02:40:40 +0300 Subject: [PATCH] ref_gl: add missing HACKS_RELATED_HLMODS define, lost after renderer split --- ref_gl/gl_local.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ref_gl/gl_local.h b/ref_gl/gl_local.h index 2acc1098..d3f49836 100644 --- a/ref_gl/gl_local.h +++ b/ref_gl/gl_local.h @@ -93,6 +93,8 @@ extern poolhandle_t r_temppool; #define CULL_VISFRAME 3 // culled by PVS #define CULL_OTHER 4 // culled by other reason +#define HACKS_RELATED_HLMODS // some HL-mods works differently under Xash and can't be fixed without some hacks at least at current time + typedef struct gltexture_s { char name[256]; // game path, including extension (can be store image programs)