show totals and unlock totals in Catalog.xml

don't show locked in Catalog.xml
This commit is contained in:
Chris Danford
2005-04-28 21:20:20 +00:00
parent a8069bd2f9
commit df0f224ae0
4 changed files with 89 additions and 10 deletions
+6 -1
View File
@@ -34,8 +34,8 @@
#include "Game.h"
#include "RageSurface.h"
#include "RageSurface_Load.h"
#include "arch/arch.h"
#include "CatalogXml.h"
//
// StepMania global classes
@@ -1125,6 +1125,11 @@ int main(int argc, char* argv[])
PROFILEMAN = new ProfileManager;
PROFILEMAN->Init(); // must load after SONGMAN
UNLOCKMAN = new UnlockManager;
/* 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 );
NSMAN = new NetworkSyncManager( loading_window );
MESSAGEMAN = new MessageManager;
STATSMAN = new StatsManager;