Mostly cleanup, but allow lines starting with ';' in .ini files to be treated as comments.

This commit is contained in:
AJ Kelly
2010-03-26 01:02:49 -05:00
parent 50aa3e141e
commit 4bd7076334
6 changed files with 14 additions and 71 deletions
+1 -1
View File
@@ -1153,7 +1153,7 @@ int main(int argc, char* argv[])
BANNERCACHE = new BannerCache;
//BACKGROUNDCACHE = new BackgroundCache;
/* depends on SONGINDEX: */
// depends on SONGINDEX:
SONGMAN = new SongManager;
SONGMAN->InitAll( pLoadingWindow ); // this takes a long time
CRYPTMAN = new CryptManager; // need to do this before ProfileMan