diff options
Diffstat (limited to 'source')
-rw-r--r-- | source/cl_console.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/cl_console.c b/source/cl_console.c index 9e18bec..1fe8a5d 100644 --- a/source/cl_console.c +++ b/source/cl_console.c @@ -315,7 +315,7 @@ void Con_Init( void ) { con_background = Cvar_Get( "con_background", "conback", CVAR_ARCHIVE ); con_background->changed = con_param_changed; con_scroll = Cvar_Get( "con_scroll", "0", CVAR_ARCHIVE ); - con_histfile = Cvar_Get( "con_histfile", "history.txt", CVAR_ARCHIVE ); + con_histfile = Cvar_Get( "con_histfile", COM_HISTORYFILE_NAME, CVAR_ARCHIVE ); IF_Init( &con.prompt.inputLine, 1, MAX_FIELD_TEXT ); IF_Init( &con.chatPrompt.inputLine, 1, MAX_FIELD_TEXT ); |