engine: system: disabled skipping color codes for Wcon_WinPrint
This commit is contained in:
parent
d7431783d4
commit
58dbc1ba31
1 changed files with 0 additions and 4 deletions
|
@ -531,10 +531,6 @@ void Sys_Print( const char *pMsg )
|
||||||
{
|
{
|
||||||
i++; // skip console pseudo graph
|
i++; // skip console pseudo graph
|
||||||
}
|
}
|
||||||
else if( IsColorString( &msg[i] ))
|
|
||||||
{
|
|
||||||
i++; // skip color prefix
|
|
||||||
}
|
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
if( msg[i] == '\1' || msg[i] == '\2' || msg[i] == '\3' )
|
if( msg[i] == '\1' || msg[i] == '\2' || msg[i] == '\3' )
|
||||||
|
|
Loading…
Add table
Reference in a new issue