cleanup, board name

This commit is contained in:
AJ Kelly
2010-07-23 23:47:46 -05:00
parent 78fbaaa0d7
commit 02161e0b2e
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -44,6 +44,7 @@ NoteField::NoteField()
m_rectMarkerBar.SetEffectDiffuseShift( 2, RageColor(1,1,1,0.5f), RageColor(0.5f,0.5f,0.5f,0.5f) );
m_sprBoard.Load( THEME->GetPathG("NoteField","board") );
m_sprBoard->SetName("Board");
m_sprBoard->PlayCommand( "On" );
this->AddChild( m_sprBoard );