Correct comment re console history

This commit is contained in:
Tim Angus 2025-10-27 12:42:54 +00:00
parent 5eb1fc33f5
commit b3f148b848

View File

@ -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
================
*/