no message

This commit is contained in:
Chris Danford
2002-06-23 02:50:33 +00:00
parent 248ad096af
commit 1500459bb1
45 changed files with 1128 additions and 524 deletions
+1 -1
View File
@@ -57,7 +57,7 @@ void Combo::ContinueCombo( const int iNumNotesHit )
m_sprCombo.SetDiffuseColor( D3DXCOLOR(1,1,1,1) ); // visible
m_textComboNumber.SetText( ssprintf("%d", m_iCurCombo) );
float fNewZoom = 0.5f + m_iCurCombo/800.0f;
float fNewZoom = min( 2, 0.5f + m_iCurCombo/800.0f );
m_textComboNumber.SetZoom( fNewZoom );
//this->SetZoom( 1.2f );