mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-11 14:42:05 +08:00
engine: fix some const qualifier lose and pointer-to-int casts
This commit is contained in:
@@ -118,7 +118,7 @@ Sys_GetCurrentUser
|
||||
returns username for current profile
|
||||
================
|
||||
*/
|
||||
char *Sys_GetCurrentUser( void )
|
||||
const char *Sys_GetCurrentUser( void )
|
||||
{
|
||||
#if XASH_WIN32
|
||||
static string s_userName;
|
||||
|
||||
Reference in New Issue
Block a user