Browse Source

engine: fix build on android

pull/2/head
Velaron 2 years ago committed by a1batross
parent
commit
6807cf5849
  1. 2
      engine/common/sys_con.c

2
engine/common/sys_con.c

@ -231,7 +231,7 @@ void Sys_PrintLog( const char *pMsg ) @@ -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

Loading…
Cancel
Save