From e5dd5765ea45c17753472bbb8080d2ff2aa26f10 Mon Sep 17 00:00:00 2001 From: divverent Date: Sat, 22 Dec 2007 17:05:23 +0000 Subject: [PATCH] oops, forgot this file git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@7842 d7cf8633-e32d-0410-b094-e92efae38249 --- client.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client.h b/client.h index e8bdbd57..213b3d91 100644 --- a/client.h +++ b/client.h @@ -1399,7 +1399,7 @@ typedef struct r_refdef_s vec_t fogmasktabledistmultiplier; #define FOGMASKTABLEWIDTH 1024 float fogmasktable[FOGMASKTABLEWIDTH]; - float fogmasktable_start, fogmasktable_alpha; + float fogmasktable_start, fogmasktable_alpha, fogmasktable_range; float fog_density; float fog_red; float fog_green; -- 2.39.2