fix Reload interation with UnlockSystem
This commit is contained in:
@@ -24,6 +24,7 @@
|
||||
#include "GameState.h"
|
||||
#include "ThemeManager.h"
|
||||
#include "SongManager.h"
|
||||
#include "UnlockSystem.h"
|
||||
|
||||
|
||||
enum {
|
||||
@@ -108,6 +109,7 @@ void ScreenOptionsMenu::GoToNextState()
|
||||
// case OM_SOUND: SCREENMAN->SetNewScreen("ScreenSoundOptions"); break;
|
||||
case OM_RELOAD:
|
||||
SONGMAN->Reload();
|
||||
GAMESTATE->m_pUnlockingSys->UpdateSongs();
|
||||
SCREENMAN->SetNewScreen( "ScreenTitleMenu" );
|
||||
break;
|
||||
default: // Exit
|
||||
|
||||
Reference in New Issue
Block a user