diff options
Diffstat (limited to 'code/renderer/tr_local.h')
-rw-r--r-- | code/renderer/tr_local.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/code/renderer/tr_local.h b/code/renderer/tr_local.h index a91ae16..7ff50e4 100644 --- a/code/renderer/tr_local.h +++ b/code/renderer/tr_local.h @@ -1041,6 +1041,7 @@ extern cvar_t *r_ignorehwgamma; // overrides hardware gamma capabilities extern cvar_t *r_allowExtensions; // global enable/disable of OpenGL extensions extern cvar_t *r_ext_compressed_textures; // these control use of specific extensions +extern cvar_t *r_ext_multitexture; extern cvar_t *r_ext_compiled_vertex_array; extern cvar_t *r_ext_texture_env_add; |