aboutsummaryrefslogtreecommitdiffstats
path: root/code/client/cl_console.c
diff options
context:
space:
mode:
Diffstat (limited to 'code/client/cl_console.c')
-rw-r--r--code/client/cl_console.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/code/client/cl_console.c b/code/client/cl_console.c
index 46438d7..98ec0b6 100644
--- a/code/client/cl_console.c
+++ b/code/client/cl_console.c
@@ -321,6 +321,7 @@ void Con_Init (void) {
Field_Clear( &historyEditLines[i] );
historyEditLines[i].widthInChars = g_console_field_width;
}
+ CL_LoadConsoleHistory( );
Cmd_AddCommand ("toggleconsole", Con_ToggleConsole_f);
Cmd_AddCommand ("messagemode", Con_MessageMode_f);