remove UseForcedModifiersInBeginner
This commit is contained in:
@@ -368,7 +368,6 @@ void ScreenGameplay::Init( bool bUseSongBackgroundAndForeground )
|
||||
GIVING_UP_GOES_TO_NEXT_SCREEN.Load( m_sName, "GivingUpGoesToNextScreen" );
|
||||
FAIL_AFTER_30_MISSES.Load( m_sName, "FailAfter30Misses" );
|
||||
ALLOW_CENTER_1_PLAYER.Load( m_sName, "AllowCenter1Player" );
|
||||
FORCED_MODIFIERS_IN_BEGINNER.Load( m_sName, "ForcedModifiersInBeginner" );
|
||||
|
||||
if( bUseSongBackgroundAndForeground )
|
||||
{
|
||||
|
||||
@@ -129,7 +129,6 @@ protected:
|
||||
ThemeMetric<bool> GIVING_UP_GOES_TO_NEXT_SCREEN;
|
||||
ThemeMetric<bool> FAIL_AFTER_30_MISSES;
|
||||
ThemeMetric<bool> ALLOW_CENTER_1_PLAYER;
|
||||
ThemeMetric<RString> FORCED_MODIFIERS_IN_BEGINNER;
|
||||
|
||||
void TweenOnScreen();
|
||||
void TweenOffScreen();
|
||||
|
||||
Reference in New Issue
Block a user