don't write CatalogXml if FastLoad

This commit is contained in:
Chris Danford
2005-09-24 01:05:16 +00:00
parent 6926b8c811
commit 155007bd3e
+2 -1
View File
@@ -1117,7 +1117,8 @@ int main(int argc, char* argv[])
/* This shouldn't need to be here; if it's taking long enough that this is
* even visible, we should be fixing it, not showing a progress display. */
SaveCatalogXml( loading_window );
if( !PREFSMAN->m_bFastLoad )
SaveCatalogXml( loading_window );
NSMAN = new NetworkSyncManager( loading_window );
MESSAGEMAN = new MessageManager;