Remove more unused things from CryCommon and CrySystem. (#709)
Lots of unrelated removals, I basically tried to remove everything exposed via gEnv that isn't used anymore, and following the threads found a few other things to remove also.
This commit is contained in:
@@ -573,11 +573,6 @@ namespace O3DELauncher
|
||||
systemInitParams.hWnd = mainInfo.m_window;
|
||||
systemInitParams.pPrintSync = mainInfo.m_printSink;
|
||||
|
||||
if (strstr(mainInfo.m_commandLine, "-norandom"))
|
||||
{
|
||||
systemInitParams.bNoRandom = true;
|
||||
}
|
||||
|
||||
systemInitParams.bDedicatedServer = IsDedicatedServer();
|
||||
if (IsDedicatedServer())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user