remove UseForcedModifiersInBeginner

This commit is contained in:
Glenn Maynard
2006-03-14 05:39:57 +00:00
parent 8c40e1fb1b
commit 313c722da3
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -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 )
{
-1
View File
@@ -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();