summaryrefslogtreecommitdiff
path: root/source/gl_local.h
diff options
context:
space:
mode:
authorAndrey Nazarov <skuller@skuller.net>2009-07-12 17:57:52 +0000
committerAndrey Nazarov <skuller@skuller.net>2009-07-12 17:57:52 +0000
commit750d35f3842c8e3dbb60b4f18c3770fb2012a62b (patch)
tree8563a1e3e291a17f39ca0df5a9bd3feaf36eb7b1 /source/gl_local.h
parentb8a99ae139b62ce1b152fbca4b56b69818f12a46 (diff)
Don't apply gl_saturation/gl_invert to sky and liquid surfaces, like it once did.
Diffstat (limited to 'source/gl_local.h')
-rw-r--r--source/gl_local.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/gl_local.h b/source/gl_local.h
index 1eeee72..09b5a64 100644
--- a/source/gl_local.h
+++ b/source/gl_local.h
@@ -264,6 +264,8 @@ extern float gl_filter_anisotropy;
extern int gl_tex_alpha_format;
extern int gl_tex_solid_format;
+extern mtexinfo_t *upload_texinfo;
+
void Scrap_Upload( void );
void GL_InitImages( void );