mirror of
https://github.com/ioquake/ioq3.git
synced 2024-11-10 07:11:46 +00:00
* Silly tab filter breaking things
This commit is contained in:
parent
fb58d8f123
commit
de364863be
1 changed files with 1 additions and 1 deletions
|
@ -1470,7 +1470,7 @@ void CL_SaveConsoleHistory( void )
|
|||
saveBufferLength = strlen( consoleSaveBuffer );
|
||||
|
||||
//ICK
|
||||
additionalLength = lineLength + strlen( "999 999 999 " );
|
||||
additionalLength = lineLength + strlen( "999 999 999 " );
|
||||
|
||||
if( saveBufferLength + additionalLength < MAX_CONSOLE_SAVE_BUFFER )
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue