NextTheme -> GetNextTheme
This commit is contained in:
@@ -74,7 +74,7 @@ void ScreenTitleMenu::Input( const InputEventPlus &input )
|
||||
if( CodeDetector::EnteredCode(input.GameI.controller,CODE_NEXT_THEME) ||
|
||||
CodeDetector::EnteredCode(input.GameI.controller,CODE_NEXT_THEME2) )
|
||||
{
|
||||
THEME->NextTheme();
|
||||
THEME->SwitchThemeAndLanguage( THEME->GetNextTheme(), THEME->GetCurLanguage(), PREFSMAN->m_bPseudoLocalize );
|
||||
StepMania::ApplyGraphicOptions(); // update window title and icon
|
||||
SCREENMAN->SystemMessage( THEME_.GetValue()+": "+THEME->GetCurThemeName() );
|
||||
SCREENMAN->SetNewScreen( m_sName );
|
||||
|
||||
Reference in New Issue
Block a user