diff options
author | Andrey Nazarov <skuller@skuller.net> | 2007-11-28 18:41:38 +0000 |
---|---|---|
committer | Andrey Nazarov <skuller@skuller.net> | 2007-11-28 18:41:38 +0000 |
commit | be2af57710a86eb812ec36286541046f1a7c8586 (patch) | |
tree | 160c6515cef6f4df7ca93908efd0598ba15bb4d8 /source/cl_console.c | |
parent | e6855601cd8c3565a6b8b5078547cef52bc5d7eb (diff) |
Updated revision to 164.
Diffstat (limited to 'source/cl_console.c')
-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 ); |