engine: client: move main client cvars to static allocation

This commit is contained in:
Alibek Omarov
2023-05-19 06:49:14 +03:00
parent d9cbf1fa89
commit b1d60c248d
15 changed files with 189 additions and 186 deletions

View File

@@ -1055,7 +1055,7 @@ static qboolean OSK_KeyEvent( int key, int down )
break;
}
if( !Q_stricmp( cl_charset->string, "utf-8" ) )
if( !Q_stricmp( cl_charset.string, "utf-8" ) )
ch = (unsigned char)osk.curbutton.val;
else
ch = Con_UtfProcessCharForce( (unsigned char)osk.curbutton.val );