mirror of
https://github.com/w23/xash3d-fwgs
synced 2024-12-15 21:50:59 +01:00
engine: system: disabled skipping color codes for Wcon_WinPrint
This commit is contained in:
parent
d7431783d4
commit
58dbc1ba31
@ -531,10 +531,6 @@ void Sys_Print( const char *pMsg )
|
||||
{
|
||||
i++; // skip console pseudo graph
|
||||
}
|
||||
else if( IsColorString( &msg[i] ))
|
||||
{
|
||||
i++; // skip color prefix
|
||||
}
|
||||
else
|
||||
{
|
||||
if( msg[i] == '\1' || msg[i] == '\2' || msg[i] == '\3' )
|
||||
|
Loading…
Reference in New Issue
Block a user