Cvar_Set_f() is missing a cvar_modifiedFlags |= v->flags at the end.
Created attachment 1754 [details] set cvar modification flags accordingly Actually, to keep the purpose, we should only mark a modification flag, if we are introducing a new variable of a give type.
so could you rework the patch to set the modification flags correctly?
What is wrong with it? PS: why not (re)use Cmd_ArgsFrom()?
Applied in rev. 1684, thank you.
Created attachment 1754 [details] set cvar modification flags accordingly Actually, to keep the purpose, we should only mark a modification flag, if we are introducing a new variable of a give type.