Update console.h

This commit is contained in:
marauder2k7 2025-05-12 10:09:52 +01:00
parent e5e3efb30c
commit b54ed77f7a

View file

@ -175,6 +175,9 @@ public:
ConsoleValue(const ConsoleValue& ref)
{
type = ConsoleValueType::cvSTEntry;
s = const_cast<char*>(StringTable->EmptyString());
switch (ref.type)
{
case cvNULL: