Fixed some ugliness in Extra Stage

This commit is contained in:
Chris Danford
2002-10-08 23:39:18 +00:00
parent 36ef379d37
commit 3bcab1d53f
7 changed files with 30 additions and 18 deletions
+1 -6
View File
@@ -253,12 +253,7 @@ ScreenStage::ScreenStage()
for( i=0; i<4; i++ )
{
// float fOffsetX = SCALE(i, 0, iNumChars-1, -(iNumChars-1)/2.0f*fFrameWidth, (iNumChars-1)/2.0f*fFrameWidth);
if( stage_mode == MODE_FINAL )
{
m_sprNumbers[i].Load( THEME->GetPathTo("Graphics","stage final parts") );
m_sprNumbers[i].StopAnimating();
}
m_sprNumbers[i].SetXY( CENTER_X - 170 + (90 * i), CENTER_Y );
m_sprNumbers[i].SetY( CENTER_Y );
m_sprNumbers[i].ZoomToWidth( 200.0f ); // make the numbers that appear really big