Revert "Move C_ExecCmdLineParams() call slightly later in the startup process."

This reverts commit 3c376aa342.

- I was wrong. It breaks pullin and complete logging (at the very least).
This commit is contained in:
Randy Heit 2014-12-26 16:34:38 -06:00
parent b30571b18e
commit f00c8e1943

View file

@ -2273,6 +2273,8 @@ void D_DoomMain (void)
execFiles = Args->GatherFiles ("-exec");
D_MultiExec (execFiles, true);
C_ExecCmdLineParams (); // [RH] do all +set commands on the command line
CopyFiles(allwads, pwads);
// Since this function will never leave we must delete this array here manually.
@ -2288,8 +2290,6 @@ void D_DoomMain (void)
// Now that wads are loaded, define mod-specific cvars.
ParseCVarInfo();
C_ExecCmdLineParams (); // [RH] do all +set commands on the command line
// [RH] Initialize localizable strings.
GStrings.LoadStrings (false);