- commented FBaseCVar::GetHumanString back in.

This had to be deactivated when adding the code, but was forgotten when everything was ready.
This commit is contained in:
Christoph Oelckers 2019-12-04 23:09:09 +01:00
parent 3ea526055f
commit 525cf28d29
1 changed files with 1 additions and 1 deletions

View File

@ -142,7 +142,7 @@ FBaseCVar::~FBaseCVar ()
const char *FBaseCVar::GetHumanString(int precision) const const char *FBaseCVar::GetHumanString(int precision) const
{ {
assert(true); assert(true);
return "";// GetGenericRep(CVAR_String).String; return GetGenericRep(CVAR_String).String;
} }
void FBaseCVar::ForceSet (UCVarValue value, ECVarType type, bool nouserinfosend) void FBaseCVar::ForceSet (UCVarValue value, ECVarType type, bool nouserinfosend)