changed way the course ranking sort is applied - now detects on startup and theme change rather than before each music wheel

This commit is contained in:
Andrew Wong
2003-08-04 09:18:26 +00:00
parent e5a3e634d5
commit 357987b9de
5 changed files with 34 additions and 16 deletions
@@ -24,6 +24,7 @@
#include "NoteSkinManager.h"
#include "GameState.h"
#include "ThemeManager.h"
#include "SongManager.h"
enum {
@@ -168,6 +169,8 @@ void ScreenAppearanceOptions::ExportOptions()
{
THEME->SwitchTheme( sNewTheme );
ApplyGraphicOptions(); // reset graphics to apply new window title and icon
SONGMAN->UpdateRankingCourses(); // update ranking courses
}
TEXTUREMAN->DoDelayedDelete(); // delete all textures that don't have references