From b3f148b8487a3cff14309ba4e7f7e0ab080f069e Mon Sep 17 00:00:00 2001 From: Tim Angus Date: Mon, 27 Oct 2025 12:42:54 +0000 Subject: [PATCH] Correct comment re console history --- code/client/cl_keys.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/client/cl_keys.c b/code/client/cl_keys.c index d9918033..9f9fd7d8 100644 --- a/code/client/cl_keys.c +++ b/code/client/cl_keys.c @@ -1467,7 +1467,7 @@ static int consoleSaveBufferSize = 0; ================ CL_LoadConsoleHistory -Load the console history from cl_consoleHistory +Load the console history from CONSOLE_HISTORY_FILE ================ */ void CL_LoadConsoleHistory( void ) @@ -1536,7 +1536,7 @@ void CL_LoadConsoleHistory( void ) ================ CL_SaveConsoleHistory -Save the console history into the cvar cl_consoleHistory +Save the console history into CONSOLE_HISTORY_FILE so that it persists across invocations of q3 ================ */