This commit is contained in:
Glenn Maynard
2005-07-12 06:50:18 +00:00
parent 756c6e15fe
commit 70f2d0e0e5
3 changed files with 9 additions and 19 deletions
+2 -4
View File
@@ -2,7 +2,6 @@
#include "ScreenReloadSongs.h"
#include "SongManager.h"
#include "UnlockManager.h"
#include "ScreenManager.h"
#include "RageTimer.h"
#include "RageLog.h"
#include "ThemeManager.h"
@@ -10,8 +9,6 @@
#include "arch/LoadingWindow/LoadingWindow.h"
#define NEXT_SCREEN THEME->GetMetric (m_sName,"NextScreen")
static const int DrawFrameRate = 20;
class ScreenReloadSongsLoadingWindow: public LoadingWindow
{
@@ -82,7 +79,8 @@ void ScreenReloadSongs::Update( float fDeltaTime )
SONGMAN->Reload( m_LoadingWindow );
UNLOCKMAN->UpdateCachedPointers();
SCREENMAN->SetNewScreen( NEXT_SCREEN );
SCREENMAN->PostMessageToTopScreen( SM_GoToNextScreen, 0 );
}
/*