diff options
Diffstat (limited to 'source/r_images.c')
-rw-r--r-- | source/r_images.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/r_images.c b/source/r_images.c index 567fdc3..5b92392 100644 --- a/source/r_images.c +++ b/source/r_images.c @@ -1841,7 +1841,7 @@ void R_InitImageManager( void ) { int i; #ifdef TRUECOLOR_RENDERER - r_override_textures = cvar.Get( "r_override_textures", "1", CVAR_ARCHIVE|CVAR_LATCHED ); + r_override_textures = cvar.Get( "r_override_textures", "1", CVAR_ARCHIVE|CVAR_FILES ); r_texture_formats = cvar.Get( "r_texture_formats", #if USE_PNG "p" |