From b54ed77f7a06bbdc949d3c4cc4e2b184b824ff5d Mon Sep 17 00:00:00 2001 From: marauder2k7 Date: Mon, 12 May 2025 10:09:52 +0100 Subject: [PATCH] Update console.h --- Engine/source/console/console.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Engine/source/console/console.h b/Engine/source/console/console.h index dcd9d4531..eec41a6a3 100644 --- a/Engine/source/console/console.h +++ b/Engine/source/console/console.h @@ -175,6 +175,9 @@ public: ConsoleValue(const ConsoleValue& ref) { + type = ConsoleValueType::cvSTEntry; + s = const_cast(StringTable->EmptyString()); + switch (ref.type) { case cvNULL: