"SetFromNotes" -> "SetFromSteps"

This commit is contained in:
Chris Danford
2004-05-29 04:50:47 +00:00
parent fc17a8cd12
commit 6ad780417e
13 changed files with 18 additions and 18 deletions
+2 -2
View File
@@ -279,7 +279,7 @@ void EditMenu::OnRowValueChanged( Row row )
// fall through
case ROW_DIFFICULTY:
m_textValue[ROW_DIFFICULTY].SetText( DifficultyToString(GetSelectedDifficulty()) );
m_Meter.SetFromNotes( GetSelectedNotes() );
m_Meter.SetFromSteps( GetSelectedNotes() );
// fall through
case ROW_SOURCE_NOTES_TYPE:
m_textLabel[ROW_SOURCE_NOTES_TYPE].SetDiffuse( GetSelectedNotes()?RageColor(1,1,1,0):RageColor(1,1,1,1) );
@@ -290,7 +290,7 @@ void EditMenu::OnRowValueChanged( Row row )
m_textLabel[ROW_SOURCE_DIFFICULTY].SetDiffuse( GetSelectedNotes()?RageColor(1,1,1,0):RageColor(1,1,1,1) );
m_textValue[ROW_SOURCE_DIFFICULTY].SetDiffuse( GetSelectedNotes()?RageColor(1,1,1,0):RageColor(1,1,1,1) );
m_textValue[ROW_SOURCE_DIFFICULTY].SetText( DifficultyToString(GetSelectedSourceDifficulty()) );
m_SourceMeter.SetFromNotes( GetSelectedSourceNotes() );
m_SourceMeter.SetFromSteps( GetSelectedSourceNotes() );
m_SourceMeter.SetZoomY( GetSelectedNotes()?0.f:1.f );
m_Actions.clear();