do HOOKS->DumpDebugInfo before OnFirstRun
This commit is contained in:
@@ -998,7 +998,7 @@ int main(int argc, char* argv[])
|
|||||||
SetupSDL();
|
SetupSDL();
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* This should be done after PREFSMAN is set up, so it can use Dialog::OK(). */
|
/* This needs PREFSMAN. */
|
||||||
Dialog::Init();
|
Dialog::Init();
|
||||||
|
|
||||||
//
|
//
|
||||||
@@ -1016,11 +1016,15 @@ int main(int argc, char* argv[])
|
|||||||
|
|
||||||
srand( time(NULL) ); // seed number generator
|
srand( time(NULL) ); // seed number generator
|
||||||
|
|
||||||
|
/* Do this early, so we have debugging output if anything else fails. LOG and
|
||||||
|
* Dialog must be set up first. It shouldn't take long, but it might take a
|
||||||
|
* little time; do this after the LoadingWindow is shown, since we don't want
|
||||||
|
* that to appear delayed. */
|
||||||
|
HOOKS->DumpDebugInfo();
|
||||||
|
|
||||||
if( PREFSMAN->m_bFirstRun )
|
if( PREFSMAN->m_bFirstRun )
|
||||||
OnFirstRun();
|
OnFirstRun();
|
||||||
|
|
||||||
HOOKS->DumpDebugInfo();
|
|
||||||
|
|
||||||
CheckSettings();
|
CheckSettings();
|
||||||
|
|
||||||
GAMEMAN = new GameManager;
|
GAMEMAN = new GameManager;
|
||||||
|
|||||||
Reference in New Issue
Block a user