]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - client.h
first part of fog changes: no longer use a complex glsl equation; modify the table...
[xonotic/darkplaces.git] / client.h
index 7afb64ed91e4853bd8a0cc8c1e1acde4eef75f84..8c3522363fd24dd53056037a07abc29924bc5bae 100644 (file)
--- a/client.h
+++ b/client.h
@@ -1403,7 +1403,7 @@ typedef struct r_refdef_s
        float fog_red;
        float fog_green;
        float fog_blue;
-       float fog_start, fog_end;
+       float fog_start, fog_alpha;
        qboolean fogenabled;
        qboolean oldgl_fogenable;