* Silly tab filter breaking things
This commit is contained in:
parent
fb58d8f123
commit
de364863be
|
|
@ -1470,7 +1470,7 @@ void CL_SaveConsoleHistory( void )
|
||||||
saveBufferLength = strlen( consoleSaveBuffer );
|
saveBufferLength = strlen( consoleSaveBuffer );
|
||||||
|
|
||||||
//ICK
|
//ICK
|
||||||
additionalLength = lineLength + strlen( "999 999 999 " );
|
additionalLength = lineLength + strlen( "999 999 999 " );
|
||||||
|
|
||||||
if( saveBufferLength + additionalLength < MAX_CONSOLE_SAVE_BUFFER )
|
if( saveBufferLength + additionalLength < MAX_CONSOLE_SAVE_BUFFER )
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user