From 525cf28d29ee1bf2502f638535905cce62c3dcac Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Wed, 4 Dec 2019 23:09:09 +0100 Subject: [PATCH] - commented FBaseCVar::GetHumanString back in. This had to be deactivated when adding the code, but was forgotten when everything was ready. --- source/common/console/c_cvars.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/common/console/c_cvars.cpp b/source/common/console/c_cvars.cpp index 23b5d7afa..89d3aeee0 100644 --- a/source/common/console/c_cvars.cpp +++ b/source/common/console/c_cvars.cpp @@ -142,7 +142,7 @@ FBaseCVar::~FBaseCVar () const char *FBaseCVar::GetHumanString(int precision) const { assert(true); - return "";// GetGenericRep(CVAR_String).String; + return GetGenericRep(CVAR_String).String; } void FBaseCVar::ForceSet (UCVarValue value, ECVarType type, bool nouserinfosend)