add option to reload songs and courses w/o restarting

This commit is contained in:
Chris Danford
2003-08-06 05:28:58 +00:00
parent 9904bf5f4d
commit 9375422396
5 changed files with 60 additions and 29 deletions
+1 -1
View File
@@ -430,7 +430,7 @@ Screen* ScreenManager::MakeNewScreen( CString sClassName )
DISPLAY->ResetStats();
/* This is a convenient time to clean up our song cache. */
SONGMAN->CleanData();
SONGMAN->CompressSongs();
return ret;
}