add 192nds

This commit is contained in:
Chris Danford
2005-03-19 00:54:07 +00:00
parent 9c9d1f365f
commit 7ff0cb03d9
2 changed files with 2 additions and 2 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 4.6 KiB

+2 -2
View File
@@ -10,7 +10,7 @@ SnapDisplay::SnapDisplay()
{ {
for( int i=0; i<2; i++ ) for( int i=0; i<2; i++ )
{ {
m_sprIndicators[i].Load( THEME->GetPathG("SnapDisplay","icon 8x1") ); m_sprIndicators[i].Load( THEME->GetPathG("SnapDisplay","icon 9x1") );
m_sprIndicators[i].StopAnimating(); m_sprIndicators[i].StopAnimating();
this->AddChild( &m_sprIndicators[i] ); this->AddChild( &m_sprIndicators[i] );
} }
@@ -40,7 +40,7 @@ bool SnapDisplay::PrevSnapMode()
bool SnapDisplay::NextSnapMode() bool SnapDisplay::NextSnapMode()
{ {
if( m_NoteType == NOTE_TYPE_64TH ) // this is the smallest snap we should allow if( m_NoteType == NOTE_TYPE_192ND ) // this is the smallest snap we should allow
return false; return false;
m_NoteType = NoteType(m_NoteType+1); m_NoteType = NoteType(m_NoteType+1);