This commit is contained in:
Glenn Maynard
2005-08-30 01:32:55 +00:00
parent 6ed6cab544
commit 19c9b70e2d
2 changed files with 0 additions and 8 deletions
-7
View File
@@ -55,13 +55,6 @@ void PercentageDisplay::Load( const PlayerState *pPlayerState, const PlayerStage
Refresh();
}
void PercentageDisplay::TweenOffScreen()
{
m_textPercent.PlayCommand( "Off" );
if( !PREFSMAN->m_bDancePointsForOni && (bool)PERCENT_USE_REMAINDER )
m_textPercentRemainder.PlayCommand( "Off" );
}
void PercentageDisplay::Update( float fDeltaTime )
{
ActorFrame::Update( fDeltaTime );
-1
View File
@@ -17,7 +17,6 @@ public:
PercentageDisplay();
void Load( const PlayerState *pPlayerState, const PlayerStageStats *pPlayerStageStats, const CString &sMetricsGroup, bool bAutoRefresh );
void Update( float fDeltaTime );
void TweenOffScreen();
static CString FormatPercentScore( float fPercentDancePoints );