- moced I_DetectOS call into D_DoomMain

This requires the console and was the reason for this strange setup.
This commit is contained in:
Christoph Oelckers 2019-10-01 01:02:49 +02:00
commit ff40bcd178
4 changed files with 7 additions and 3 deletions

View file

@ -979,7 +979,6 @@ void DoMain (HINSTANCE hInstance)
CoInitialize (NULL);
atexit (UnCOM);
I_DetectOS ();
D_DoomMain ();
}
catch (class CNoRunExit &)