Fix Cvar_SetValue not set for ref imports

This commit is contained in:
smallmodel 2024-12-20 23:11:32 +01:00
parent 954d096261
commit 1919b0efcb
No known key found for this signature in database
GPG key ID: 9F2D623CEDF08512

View file

@ -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;