reorder DumpDebugInfo

This commit is contained in:
Glenn Maynard
2003-08-14 23:02:55 +00:00
parent 504e622409
commit e8525a3e44
+4 -3
View File
@@ -470,11 +470,8 @@ int main(int argc, char* argv[])
loading_window->Paint();
// changed to use time. GetTimeSinceStart is silly because it always return 0! -Chris
srand( time(NULL) ); // seed number generator
HOOKS->DumpDebugInfo();
//
// Create game objects
//
@@ -484,6 +481,10 @@ int main(int argc, char* argv[])
if( PREFSMAN->m_bShowLogWindow )
LOG->ShowConsole();
/* This should be done after PREFSMAN is set up, so it can use HOOKS->MessageBoxOK,
* but before we do more complex things that might crash. */
HOOKS->DumpDebugInfo();
LOG->SetLogging( PREFSMAN->m_bLogging );
CheckSettings();