mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-05 03:24:56 +08:00
engine: fix build on android
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user