Don't load songs with just dumping strings.

This commit is contained in:
Steve Checkoway
2006-08-08 10:54:33 +00:00
parent 2654587e16
commit b9216dcc97
+2 -1
View File
@@ -1053,7 +1053,8 @@ int main(int argc, char* argv[])
/* depends on SONGINDEX: */
SONGMAN = new SongManager();
SONGMAN->InitAll( loading_window ); // this takes a long time
if( !GetCommandlineArgument("ExportNsisStrings") && !GetCommandlineArgument("ExportLuaInformation") )
SONGMAN->InitAll( loading_window ); // this takes a long time
CRYPTMAN = new CryptManager; // need to do this before ProfileMan
MEMCARDMAN = new MemoryCardManager;
CHARMAN = new CharacterManager;