diff --git a/Engine/source/app/mainLoop.cpp b/Engine/source/app/mainLoop.cpp index 9bbc3227f..b52164ea8 100644 --- a/Engine/source/app/mainLoop.cpp +++ b/Engine/source/app/mainLoop.cpp @@ -468,6 +468,10 @@ bool StandardMainLoop::handleCommandLine( S32 argc, const char **argv ) #endif mainCsStream = &str; } + else if (String::compare(argv[1], "SkipMainCs")) + { + return true; + } } if (useDefaultScript)