From b151077f143e8fa9c76784ee1bce6a45924cf18e Mon Sep 17 00:00:00 2001 From: tma Date: Tue, 24 Jan 2006 04:35:19 +0000 Subject: * Persistent console history git-svn-id: svn://svn.icculus.org/quake3/trunk@522 edf5b092-35ff-0310-97b2-ce42778d08ea --- code/client/cl_console.c | 1 + 1 file changed, 1 insertion(+) (limited to 'code/client/cl_console.c') 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); -- cgit v1.2.3