summaryrefslogtreecommitdiff
path: root/source/sw_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/sw_main.c')
-rw-r--r--source/sw_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/sw_main.c b/source/sw_main.c
index 7a63d7e..085c7cc 100644
--- a/source/sw_main.c
+++ b/source/sw_main.c
@@ -267,7 +267,7 @@ void R_Register (void)
r_lerpmodels = cvar.Get( "r_lerpmodels", "1", 0 );
r_novis = cvar.Get( "r_novis", "0", 0 );
- vid_gamma = cvar.Get( "vid_gamma", "1.0", CVAR_ARCHIVE|CVAR_LATCHED );
+ vid_gamma = cvar.Get( "vid_gamma", "1.0", CVAR_ARCHIVE|CVAR_FILES );
cmd.AddCommand ("modellist", Mod_Modellist_f);
cmd.AddCommand( "screenshot", R_ScreenShot_f );