diff options
Diffstat (limited to 'src/cl_ref.c')
-rw-r--r-- | src/cl_ref.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cl_ref.c b/src/cl_ref.c index 771ca99..c51beb9 100644 --- a/src/cl_ref.c +++ b/src/cl_ref.c @@ -273,7 +273,7 @@ void CL_InitRefresh( void ) { SCR_RegisterMedia(); Con_RegisterMedia(); - + cvar_modified &= ~(CVAR_FILES|CVAR_REFRESH); } |