mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-11 06:32:10 +08:00
engine: system: disabled skipping color codes for Wcon_WinPrint
This commit is contained in:
@@ -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' )
|
||||
|
||||
Reference in New Issue
Block a user