mirror of
https://github.com/YGGverse/xash3d-fwgs.git
synced 2025-01-17 18:40:02 +00:00
engine: fix build on android
This commit is contained in:
parent
15dc25d2cd
commit
6807cf5849
@ -231,7 +231,7 @@ void Sys_PrintLog( const char *pMsg )
|
|||||||
crt_tm = localtime( &crt_time );
|
crt_tm = localtime( &crt_time );
|
||||||
|
|
||||||
// strip color codes
|
// strip color codes
|
||||||
COM_StripColors( pMsg, pMsg );
|
COM_StripColors( pMsg, (char *)pMsg );
|
||||||
|
|
||||||
// platform-specific output
|
// platform-specific output
|
||||||
#if XASH_ANDROID && !XASH_DEDICATED
|
#if XASH_ANDROID && !XASH_DEDICATED
|
||||||
|
Loading…
x
Reference in New Issue
Block a user