mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-12 19:31:41 +00:00
more console cleanups
(cherry picked from commit a66ff6407cdcdf233996f49c74d7a42537314562)
This commit is contained in:
parent
339393aa85
commit
fed381c945
3 changed files with 38 additions and 36 deletions
|
|
@ -116,9 +116,6 @@ U32 _ITER = 0; ///< Stack pointer for iterStack.
|
|||
ConsoleValue stack[MaxStackSize];
|
||||
S32 _STK = 0;
|
||||
|
||||
char curFieldArray[256];
|
||||
char prevFieldArray[256];
|
||||
|
||||
const char* tsconcat(const char* strA, const char* strB, S32& outputLen)
|
||||
{
|
||||
S32 lenA = dStrlen(strA);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue