mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-04-28 13:47:58 +03:00
Fix Cvar_SetValue not set for ref imports
This commit is contained in:
parent
954d096261
commit
1919b0efcb
1 changed files with 1 additions and 0 deletions
|
@ -3184,6 +3184,7 @@ void CL_InitRef( void ) {
|
|||
ri.FS_CanonicalFilename = FS_CanonicalFilename;
|
||||
ri.Cvar_Get = Cvar_Get;
|
||||
ri.Cvar_Set = Cvar_Set;
|
||||
ri.Cvar_SetValue = Cvar_SetValue;
|
||||
ri.Cvar_SetDefault = Cvar_SetDefault;
|
||||
|
||||
ri.CM_EntityString = CM_EntityString;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue