mirror of
https://github.com/YGGverse/xash3d-fwgs.git
synced 2025-01-17 18:40:02 +00: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
|
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…
x
Reference in New Issue
Block a user