Don't load songs with just dumping strings.
This commit is contained in:
@@ -1053,6 +1053,7 @@ int main(int argc, char* argv[])
|
|||||||
|
|
||||||
/* depends on SONGINDEX: */
|
/* depends on SONGINDEX: */
|
||||||
SONGMAN = new SongManager();
|
SONGMAN = new SongManager();
|
||||||
|
if( !GetCommandlineArgument("ExportNsisStrings") && !GetCommandlineArgument("ExportLuaInformation") )
|
||||||
SONGMAN->InitAll( loading_window ); // this takes a long time
|
SONGMAN->InitAll( loading_window ); // this takes a long time
|
||||||
CRYPTMAN = new CryptManager; // need to do this before ProfileMan
|
CRYPTMAN = new CryptManager; // need to do this before ProfileMan
|
||||||
MEMCARDMAN = new MemoryCardManager;
|
MEMCARDMAN = new MemoryCardManager;
|
||||||
|
|||||||
Reference in New Issue
Block a user