old comment

This commit is contained in:
Glenn Maynard
2005-10-06 04:39:30 +00:00
parent f0fd4d8acc
commit 1472cd1618
+1 -1
View File
@@ -11,7 +11,7 @@ HoldGhostArrow::HoldGhostArrow()
void HoldGhostArrow::Load( const CString &sButton, const CString &sElement )
{
m_sprGhost.Load( NOTESKIN->GetPath(sButton, sElement) ); // not optional
m_sprGhost.Load( NOTESKIN->GetPath(sButton, sElement) );
m_sprGhost->RunCommands( NOTESKIN->GetMetricA("HoldGhostArrow","OnCommand") );
this->AddChild( m_sprGhost );
}