mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 03:33:48 +00:00
sanity check
This commit is contained in:
parent
0285e073b9
commit
c7b44203ad
1 changed files with 3 additions and 0 deletions
|
|
@ -108,6 +108,9 @@
|
|||
|
||||
// de-tag the command name
|
||||
|
||||
if (mArgc < 1 || mArgv[1][0] != StringTagPrefixByte)
|
||||
return;
|
||||
|
||||
for(S32 i = mArgc - 1; i >= 0; i--)
|
||||
{
|
||||
char *arg = mArgv[i+1];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue