remove code to play cancel sound and put the cancel sound in the transition

This commit is contained in:
Chris Danford
2005-03-20 08:23:08 +00:00
parent 50e7492e93
commit 9cfa779956
9 changed files with 3 additions and 17 deletions
+1 -1
View File
@@ -25,8 +25,8 @@ NoteField::NoteField()
m_textMeasureNumber.LoadFromFont( THEME->GetPathF("Common","normal") );
m_textMeasureNumber.SetZoom( 1.0f );
m_textMeasureNumber.SetShadowLength( 2 );
m_rectMarkerBar.SetShadowLength( 0 );
m_rectMarkerBar.SetEffectDiffuseShift( 2, RageColor(1,1,1,0.5f), RageColor(0.5f,0.5f,0.5f,0.5f) );
m_sprBars.Load( THEME->GetPathG("NoteField","bars") );