engine: fix build on android

This commit is contained in:
Velaron 2022-06-10 20:29:01 +03:00 committed by a1batross
parent 15dc25d2cd
commit 6807cf5849
1 changed files with 1 additions and 1 deletions

View File

@ -231,7 +231,7 @@ void Sys_PrintLog( const char *pMsg )
crt_tm = localtime( &crt_time );
// strip color codes
COM_StripColors( pMsg, pMsg );
COM_StripColors( pMsg, (char *)pMsg );
// platform-specific output
#if XASH_ANDROID && !XASH_DEDICATED