mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-29 16:25:42 +00:00
Allow skipping main.tscript execution
This commit is contained in:
parent
0f55389712
commit
569f3a1e41
1 changed files with 4 additions and 0 deletions
|
|
@ -468,6 +468,10 @@ bool StandardMainLoop::handleCommandLine( S32 argc, const char **argv )
|
||||||
#endif
|
#endif
|
||||||
mainCsStream = &str;
|
mainCsStream = &str;
|
||||||
}
|
}
|
||||||
|
else if (String::compare(argv[1], "SkipMainCs"))
|
||||||
|
{
|
||||||
|
return true;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (useDefaultScript)
|
if (useDefaultScript)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue