Update console.h

az: stringtable insert for stentry
This commit is contained in:
marauder2k7 2025-05-09 17:06:33 +01:00
parent dc16c50e4e
commit 338eaea786

View file

@ -347,7 +347,7 @@ public:
{
//cleanupData();
type = ConsoleValueType::cvSTEntry;
s = const_cast<char*>(val);
s = const_cast<char*>(StringTable->insert(val));
}
TORQUE_FORCEINLINE void setEmptyString()