engine: rename Q_cleanstr to something more meaningful

This commit is contained in:
Velaron
2022-06-13 23:36:13 +03:00
committed by a1batross
parent 568c7fd917
commit 15dc25d2cd
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -231,7 +231,7 @@ void Sys_PrintLog( const char *pMsg )
crt_tm = localtime( &crt_time );
// strip color codes
Q_cleanstr( pMsg, pMsg );
COM_StripColors( pMsg, pMsg );
// platform-specific output
#if XASH_ANDROID && !XASH_DEDICATED