engine: fix some const qualifier lose and pointer-to-int casts

This commit is contained in:
Alibek Omarov
2021-07-20 16:03:06 +03:00
parent c3da9d8c8f
commit 0efc5e82ec
22 changed files with 43 additions and 40 deletions
+1 -1
View File
@@ -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;